[counter] Fix subsection numbering
This commit is contained in:
BIN
docs/docs.pdf
BIN
docs/docs.pdf
Binary file not shown.
@@ -24,10 +24,10 @@
|
||||
% │ Numbering of sections │
|
||||
% └ ┘
|
||||
\newcommand{\subsectionRendering}{
|
||||
\ifnum\value{numberSubsections}=1%
|
||||
\ifnum\value{numberSubsections}=1
|
||||
\arabic{section}.\arabic{subsection}%
|
||||
\else
|
||||
\ifnum\value{numberSubsections}=2%
|
||||
\ifnum\value{numberSubsections}=2
|
||||
\arabic{section}.\arabic{subsection}.\arabic{subsubsection}%
|
||||
\else
|
||||
\arabic{section}%
|
||||
|
Reference in New Issue
Block a user