Skip to content
Snippets Groups Projects
Diss.tex 4.86 KiB
Newer Older
% !TeX document-id = {04e6cd08-df8f-4c57-94b7-990f62575e72}
%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Main document  %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LaTeX-Dokumentenvorlage für Dissertationen
%% des Lehrstuhls für Interaktive Echtzeitsysteme (IES)
%% des Karlsruher Instituts für Technologie (KIT)
%% inklusive einer umfassender Anleitung zur Verwendung
%% erstellt von Michael Grinberg
%% (http://ies.anthropomatik.kit.edu/mitarbeiter.php?person=grinberg)
%% für die Schriftenreihe "Karlsruher Schriften zur Anthropomatik" 
%% im Auftrag des KIT Scientific Publishing Verlags (KSP).
%%
%% Version 4.0
%% November 2019
%%
%% Die Vorlage basiert in ihren Grundzügen auf der Vorlage von Matthias Pospiech
%% http://www.matthiaspospiech.de/latex/vorlagen/allgemein/
%% Die Anpassung an die Erfordernisse des IES-Lehrstuhls sowie
%% an die Richtlinien des KSP Verlages wurde initiiert durch Philipp Woock
%% (http://ies.anthropomatik.kit.edu/mitarbeiter.php?person=woock)
%% und fortgesetzt durch Michael Grinberg.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% "Magic comments" for some LaTeX editors ----------
%%% Disabled, since glossaries are not created due to a missing call directive
%%% Call order: 
%%% xelatex | biber | makeglossaries | xelatex | xelatex | xelatex
%%%
%% !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,                %%
% - definition of special macros            %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{preambel/Header.tex}

\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%  BEGIN of the document content  %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Front matter:                             %%
% - Title page,                             %%
% - CV,                                     %%
% - Abstract,                               %%
% - Acknowledgements,                       %%
% - Table of contents,                      %%
% - Notation,                               %%
% - Symbol list                             %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{content/Inhalt-FrontMatter.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%  Examples and usage instructions.        %%
%%  In order to hide them open the file     %%
%%  "./preambel/AlleSchalter.tex" and set   %%
%%  the variable "showExamples" to "false". %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%  Add own contents with either            %%
%%  \include{content\ChapterX}              %%
%%  or                                      %%
%%  \input{content\ChapterX}                %%
%%  as shown below.                         %%
%%  The files listed below could be used    %%
%%  as templates.                           %%
%%  In order to make their contents visible %%
%%  open the file                           %%
%%  "./preambel/AlleSchalter.tex" and set   %%
%%  the variables "showIntro",              %%
%%  "showRelatedWork", "showConcept", etc.  %%
%%  to "true".                              %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Back matter:                              %%
% - Bibliography,                           %%
% - Own publications,                       %%
% - Patents,                                %%
% - Supervised student theses,              %%
% - List of figures,                        %%
% - List of tables,                         %%
% - List of listings,                       %%
% - List of acronyms,                       %%
% - Glossary,                               %%
% - Appendix                                %%
% - Index                                   %%
% - List of TODOs                           %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{content/Inhalt-BackMatter.tex}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%   END of the document content   %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}