Skip to content
Snippets Groups Projects
Diss.tex 1.39 KiB
Newer Older
%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Main document  %%%%
%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% "Magic comments" for the LaTeX editor -------------
% !TeX encoding = utf8
% !TeX program = xelatex
% !BIB program = biber
% !TeX root = Diss.tex
%% !TeX spellcheck = de_DE
%% !TeX spellcheck = en_US
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document header:
% - Definition of the document format,
% - encoding and fonts to be used,
% - LaTeX packages to be loaded,
% - main language of the document contents,
% - search paths for images,
% - special symbols and acronyms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{preambel/Header.tex}

\begin{document}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%  BEGIN of the document content  %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\input{content/Inhalt-FrontMatter.tex}
\input{content/Inhalt-Intro.tex}
\input{content/Inhalt-Basics.tex}
\input{content/Inhalt-Concept.tex}
\input{content/Inhalt-System.tex}
\input{content/Inhalt-Evaluation.tex}
\input{content/Inhalt-Conclusion.tex}
\input{content/Inhalt-BackMatter.tex}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%   END of the document content   %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}