mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
recognize \addsec instead of \addsect in outline
\addsec is the correct name used by KOMA-Script, \addsect was a typo and is removed.
This commit is contained in:
parent
eede3a26b6
commit
11934c71f2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const COMMAND_LEVELS = {
|
|||
chapter: 30,
|
||||
addchap: 30,
|
||||
section: 40,
|
||||
addsect: 40,
|
||||
addsec: 40,
|
||||
subsection: 50,
|
||||
subsubsection: 60,
|
||||
paragraph: 70,
|
||||
|
|
Loading…
Reference in a new issue