Added Anhang-Framework

This commit is contained in:
Leonetienne 2022-02-03 14:09:50 +01:00
parent fc22290b33
commit 1bd699e7ed
5 changed files with 29 additions and 0 deletions

7
appendix.tex Normal file
View File

@ -0,0 +1,7 @@
%
% Appendix entries
%
\begin{appendices}
\input{appendix/example}
\end{appendices}

8
appendix/example.tex Normal file
View File

@ -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!

View File

@ -4,3 +4,11 @@
% Bibliotheksverzeichnis % Bibliotheksverzeichnis
\input{dexes/bibdex} \input{dexes/bibdex}
% Clear special page geometry
\newgeometry{
a4paper
}
% Anhang
\input{appendix}

View File

@ -76,6 +76,12 @@ ngerman, % it's a german document
% Abkürzungsverzeichnis % Abkürzungsverzeichnis
\usepackage{acronym} \usepackage{acronym}
% Appendix
\usepackage[toc,page]{appendix}
\renewcommand{\appendixname}{Anhang}
\renewcommand{\appendixtocname}{Anhang}
\renewcommand{\appendixpagename}{Anhang}
% Metadaten % Metadaten
\usepackage[pdftex, \usepackage[pdftex,
pdfauthor={\cfgAuthorName}, pdfauthor={\cfgAuthorName},

BIN
main.pdf

Binary file not shown.