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:
japm48 2021-09-06 19:28:24 +02:00
parent eede3a26b6
commit 11934c71f2

View file

@ -5,7 +5,7 @@ const COMMAND_LEVELS = {
chapter: 30,
addchap: 30,
section: 40,
addsect: 40,
addsec: 40,
subsection: 50,
subsubsection: 60,
paragraph: 70,