Skip to content
Snippets Groups Projects
Commit 71af1079 authored by Felix's avatar Felix
Browse files

support for Appendix package to get a title over the appendices

parent 1831d6bf
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,14 @@ exponent-product=\cdot]{siunitx} % provides nice typesetting for units and numb ...@@ -109,6 +109,14 @@ exponent-product=\cdot]{siunitx} % provides nice typesetting for units and numb
pdfencoding=auto pdfencoding=auto
]{hyperref} ]{hyperref}
%\parindent0.0em % = Einrueckungsweite des ersten Satzes eines Absatzes %\parindent0.0em % = Einrueckungsweite des ersten Satzes eines Absatzes
% is necessary to let babel work with appendix:
% see https://tex.stackexchange.com/a/67636
\RequirePackage{bookmark}
\RequirePackage[toc,page]{appendix}
\ifopt@german \renewcommand{\appendixpagename}{Anhänge}
\renewcommand{\appendixname}{Anhang}
\renewcommand{\appendixtocname}{Anhänge}
\fi
% --------------------------------------------------------------- % ---------------------------------------------------------------
% Custom commands, rougly grouped % Custom commands, rougly grouped
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
\author{Felix Hilsky} \author{Felix Hilsky}
\maketitle \maketitle
% use \textinput as described in /header and _TEMPLATE % use \textinput as described in /header and _TEMPLATE
\appendix \begin{appendices}
% \textinput{some-appendix-section}
\end{appendices}
% use \textinput as described in /header and _TEMPLATE % use \textinput as described in /header and _TEMPLATE
\docEnd \docEnd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment