36 lines
983 B
TeX
36 lines
983 B
TeX
\documentclass[12pt,DIV=14,BCOR=10mm,a4paper,twoside,parskip=half-,headsepline,headinclude]{scrreprt} % Grundgröße 12pt, zweiseitig
|
|
|
|
\input{COMMON-Config.tex}
|
|
\input{COMMON-Style.tex}
|
|
\input{COMMON-Hyphenation.tex}
|
|
|
|
\author{Jan Philipp Timme}
|
|
\title{IPv6-VPN Serverdokumentation}
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Beginn des Dokuments (Titelseite und der ganze Krempel)
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\input{SRV-DOC-Titelseite.tex}
|
|
|
|
% Inhaltsverzeichnis
|
|
\pdfbookmark[0]{Inhalt}{contents}
|
|
\tableofcontents
|
|
|
|
% Abbildungsverzeichnis, falls genug vorhanden sind
|
|
%\listoffigures
|
|
|
|
% Codeverzeichnis, falls genug vorhanden ist
|
|
%\lstlistoflistings
|
|
|
|
% Tabellenverzeichnis, falls genug vorhanden sind
|
|
%\listoftables
|
|
|
|
% Sicherstellen, dass Inhalte auf der nächsten neuen Seite beginnen
|
|
\newpage
|
|
|
|
% Inhalte
|
|
\input{SRV-DOC-Inhalt.tex}
|
|
|
|
\end{document}
|
|
% Nothing beyond this line! |