Added secnumdepth variable to LaTeX template.

This commit is contained in:
John MacFarlane 2016-06-25 13:11:30 -07:00
parent feffd7c64a
commit 856a509326

View file

@ -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$