Added Anhang-Framework
This commit is contained in:
7
appendix.tex
Normal file
7
appendix.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
%
|
||||
% Appendix entries
|
||||
%
|
||||
|
||||
\begin{appendices}
|
||||
\input{appendix/example}
|
||||
\end{appendices}
|
8
appendix/example.tex
Normal file
8
appendix/example.tex
Normal 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!
|
@@ -4,3 +4,11 @@
|
||||
|
||||
% Bibliotheksverzeichnis
|
||||
\input{dexes/bibdex}
|
||||
|
||||
% Clear special page geometry
|
||||
\newgeometry{
|
||||
a4paper
|
||||
}
|
||||
|
||||
% Anhang
|
||||
\input{appendix}
|
||||
|
@@ -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},
|
||||
|
Reference in New Issue
Block a user