diff --git a/appendix.tex b/appendix.tex new file mode 100644 index 0000000..df0f85d --- /dev/null +++ b/appendix.tex @@ -0,0 +1,7 @@ +% +% Appendix entries +% + +\begin{appendices} + \input{appendix/example} +\end{appendices} diff --git a/appendix/example.tex b/appendix/example.tex new file mode 100644 index 0000000..e1482ac --- /dev/null +++ b/appendix/example.tex @@ -0,0 +1,8 @@ +% +% Anhang-Beispielsdokument: +% + +\chapter{Beispiel} +\label{chap:anhang/beispiel} % Mit dieser Marke kann im Dokument auf diesen Anhang verwiesen werden + +Hallo, Welt! diff --git a/footer.tex b/footer.tex index 39267ee..884b0a2 100644 --- a/footer.tex +++ b/footer.tex @@ -4,3 +4,11 @@ % Bibliotheksverzeichnis \input{dexes/bibdex} + +% Clear special page geometry +\newgeometry{ + a4paper +} + +% Anhang +\input{appendix} diff --git a/header.tex b/header.tex index 89a766c..c62dc1a 100644 --- a/header.tex +++ b/header.tex @@ -76,6 +76,12 @@ ngerman, % it's a german document % Abkürzungsverzeichnis \usepackage{acronym} +% Appendix +\usepackage[toc,page]{appendix} +\renewcommand{\appendixname}{Anhang} +\renewcommand{\appendixtocname}{Anhang} +\renewcommand{\appendixpagename}{Anhang} + % Metadaten \usepackage[pdftex, pdfauthor={\cfgAuthorName}, diff --git a/main.pdf b/main.pdf index ca6742e..7574d62 100644 Binary files a/main.pdf and b/main.pdf differ