Add command to add fake section
This commit is contained in:
parent
dbe7dc17d5
commit
de468a1350
|
@ -101,6 +101,11 @@
|
|||
\renewcommand*\thesubsectionfive{(\arabic{subsectionfive})}
|
||||
\renewcommand*\thesubsectionsix{\greek{subsectionsix})}
|
||||
|
||||
% Add command to add fake section.
|
||||
% Adding a real section was not that easy.
|
||||
\newcommand*{\frage}[1]{\addcontentsline{toc}{section}{Frage #1}%
|
||||
\textbf{Frage #1}}
|
||||
|
||||
% Bibliography style overrides for biblatex-jura2
|
||||
|
||||
% Global: Use commas for everything
|
||||
|
|
Loading…
Reference in a new issue