Added secnumdepth variable to LaTeX template.
This commit is contained in:
parent
feffd7c64a
commit
856a509326
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ $endif$
|
|||
\providecommand{\tightlist}{%
|
||||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
||||
$if(numbersections)$
|
||||
\setcounter{secnumdepth}{5}
|
||||
\setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$}
|
||||
$else$
|
||||
\setcounter{secnumdepth}{0}
|
||||
$endif$
|
||||
|
|
Loading…
Reference in a new issue