Added Anhang-Framework
This commit is contained in:
parent
fc22290b33
commit
1bd699e7ed
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
|
% Bibliotheksverzeichnis
|
||||||
\input{dexes/bibdex}
|
\input{dexes/bibdex}
|
||||||
|
|
||||||
|
% Clear special page geometry
|
||||||
|
\newgeometry{
|
||||||
|
a4paper
|
||||||
|
}
|
||||||
|
|
||||||
|
% Anhang
|
||||||
|
\input{appendix}
|
||||||
|
@ -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},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user