Add command to add fake section
This commit is contained in:
parent
9406bd3656
commit
fcbeadf447
|
@ -101,6 +101,11 @@
|
||||||
\renewcommand*\thesubsectionfive{(\arabic{subsectionfive})}
|
\renewcommand*\thesubsectionfive{(\arabic{subsectionfive})}
|
||||||
\renewcommand*\thesubsectionsix{\greek{subsectionsix})}
|
\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
|
% Bibliography style overrides for biblatex-jura2
|
||||||
|
|
||||||
% Global: Use commas for everything
|
% Global: Use commas for everything
|
||||||
|
|
Loading…
Reference in a new issue