mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-31 00:23:56 +00:00
Fixed: There were section numbers even when --number-sections
wasn’t set.
This commit is contained in:
parent
7838616fe9
commit
8c396bdc78
@ -324,7 +324,9 @@ $endif$
|
|||||||
% section numbering depth
|
% section numbering depth
|
||||||
%
|
%
|
||||||
\setcounter{tocdepth}{3}
|
\setcounter{tocdepth}{3}
|
||||||
|
$if(numbersections)$
|
||||||
\setcounter{secnumdepth}{3}
|
\setcounter{secnumdepth}{3}
|
||||||
|
$endif$
|
||||||
|
|
||||||
%
|
%
|
||||||
% line spacing
|
% line spacing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user