Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ThexXTURBOXx/62f21ac81b47f4f9af5dece3133bd08c to your computer and use it in GitHub Desktop.
Save ThexXTURBOXx/62f21ac81b47f4f9af5dece3133bd08c to your computer and use it in GitHub Desktop.
\renewcommand{\thesubsection}{\arabic{subsection}}
\titleformat{\section}{\normalfont\Large\bfseries}{Kapitel \arabic{section}: }{0em}{}
\titleformat{\subsection}{\normalfont\large\bfseries}{§\arabic{subsection} }{0em}{}
\titleformat{\subsubsection}{\normalfont\bfseries}{\arabic{subsection}.\arabic{subsubsection} }{0em}{}
\renewcommand{\cftsubsecpresnum}{§}
\newlength\mylength
\settowidth\mylength{\cftsubsecpresnum}
\settowidth\mylength{\cftsubsecaftersnum}
\addtolength\cftsubsecnumwidth{\mylength}
\renewcommand{\cftsecpresnum}{Kapitel }
\renewcommand{\cftsecaftersnum}{: }
\settowidth\mylength{\cftsecpresnum}
\addtolength\cftsecnumwidth{\mylength}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment