marketing_AI/doku/Marketing_Ivan_Hoerler_Andr...

51 lines
945 B
TeX

\documentclass[a4paper, 11pt]{article}
\include{style}
\bibliography{bibliography}
\include{glossary}
\begin{document}
\include{titlepage}
\newpage
\renewcommand{\abstractname}{Management Summary}
\begin{abstract}
Dies ist die Dokumentation für die ARBEIT von Andreas Zweili,
welche dieser im Rahmen seines Studiums an der IBZ Schule in Aarau
erarbeiteten.
\end{abstract}
\newpage
\microtypesetup{protrusion=false} % disables protrusion locally in the document
\tableofcontents % prints Table of Contents
\microtypesetup{protrusion=true} % enables protrusion
\newpage
\include{content}
\newpage
\nocite{*}
\printbibliography[heading=bibintoc]
\newpage
\microtypesetup{protrusion=false}
\listoffigures
\microtypesetup{protrusion=true}
\
\newpage
\microtypesetup{protrusion=false}
\listoftables
\microtypesetup{protrusion=true}
\
\newpage
\printglossaries
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: