Newer
Older
Michael Grinberg
committed
% !TeX document-id = {04e6cd08-df8f-4c57-94b7-990f62575e72}
%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Main document %%%%
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 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
Michael Grinberg
committed
%% http://www.matthiaspospiech.de/latex/vorlagen/allgemein/
Michael Grinberg
committed
%% Die Anpassung an die Erfordernisse des IES-Lehrstuhls sowie
%% an die Richtlinien des KSP Verlages wurde initiiert durch Philipp Woock
Michael Grinberg
committed
%% (http://ies.anthropomatik.kit.edu/mitarbeiter.php?person=woock)
%% und fortgesetzt durch Michael Grinberg.
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Michael Grinberg
committed
%%% "Magic comments" for some LaTeX editors ----------
%%% Disabled, since glossaries are not created due to a missing call directive
Michael Grinberg
committed
%%% Call order:
%%% xelatex | biber | makeglossaries | xelatex | xelatex | xelatex
Michael Grinberg
committed
%%%
%% !TeX encoding = utf8
%% !TeX program = xelatex
%% !BIB program = biber
%% !TeX root = Diss.tex
%% !TeX spellcheck = de_DE
%% !TeX spellcheck = en_US
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Michael Grinberg
committed
%%
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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 %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Front matter: %%
% - Title page, %%
% - CV, %%
% - Abstract, %%
% - Acknowledgements, %%
% - Table of contents, %%
% - Notation, %%
% - Symbol list %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{content/Inhalt-FrontMatter.tex}
Michael Grinberg
committed
%
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Examples and usage instructions. %%
%% In order to hide them open the file %%
%% "./preambel/AlleSchalter.tex" and set %%
%% the variable "showExamples" to "false". %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Michael Grinberg
committed
\input{content/Inhalt-Examples.tex}
Michael Grinberg
committed
%
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 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}
Michael Grinberg
committed
%
Michael Grinberg
committed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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}