feat: deeper numbering
Update helpers / build_helpers (push) Has been cancelled

This commit is contained in:
2026-07-03 15:09:10 +02:00
parent c557946382
commit c9cd005e89
3 changed files with 421 additions and 405 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
\newcounter{shadeStrength}
\newcommand{\currentLanguage}{en}
\setcounter{secnumdepth}{4}
\setcounter{secnumdepth}{5}
\newcommand{\printTranslationOptionEN}[1]{\csname #1NamingEN\endcsname}
\newcommand{\printTranslationOptionDE}[1]{\csname #1NamingDE\endcsname}
+8
View File
@@ -88,3 +88,11 @@
{.5\baselineskip}%
{\normalfont\normalsize\bfseries}}
\makeatother
\makeatletter
\renewcommand\subparagraph{%
\@startsection{subparagraph}{5}{0mm}%
{-\baselineskip}%
{.5\baselineskip}%
{\normalfont\small\bfseries}}
\makeatother