diff --git a/content/99_anhang.tex b/content/99_anhang.tex index 072ed21..3da068b 100644 --- a/content/99_anhang.tex +++ b/content/99_anhang.tex @@ -1 +1,9 @@ -\chapter*{Anhang}\addcontentsline{toc}{chapter}{Anhang} +\appendix +\chapter*{Anhang} +\addcontentsline{toc}{chapter}{Anhang} + +\renewcommand{\thechapter}{A} % Setzt die Kapitelnummerierung auf "A" +\renewcommand{\thesection}{\thechapter\arabic{section}} % Setzt die Sektionsnummerierung auf "A1, A2, ..." + +\section{Erster PDF-Anhang} +\includepdf[pages=-, scale=0.8, frame]{anhang/hb_manual_de.pdf} \ No newline at end of file