Files
beam-vr-diploma/thesis.tex

117 lines
2.4 KiB
TeX

\input{header}
\makeatletter
\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}}
\def\@bstctlcite[#1]#2{\@bsphack
\@for\@citeb:=#2\do{%
\edef\@citeb{\expandafter\@firstofone\@citeb}%
\if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}%
\@esphack}
\makeatother
\clubpenalty=10000
\widowpenalty=10000
\displaywidowpenalty=10000
\interfootnotelinepenalty=10000
\title{Beam VR -- Synchronized Realities}
\author{Quirin Ecker, Florian Beckerle}
\makeindex
\makeglossaries
\begin{document}
\bstctlcite{IEEEexample:BSTcontrol}
\newcommand{\reminder}[1]
{ \textcolor{red}{<[{\bf\marginpar{\mbox{$<==$}} #1 }]>} }
\newcommand{\icode}[1]{\lstinline$#1$}
%\urlstyle{same}
%\setstretch{1.5}
\setstretch {1.433}
\renewcommand{\arraystretch}{1.2}
\includepdf{./titlepage/coversheet}
\pagenumbering{Roman}
\newpage
\input{oath}
\input{./sections/abstract}
\input{./sections/acknowledgements.tex}
\pagestyle{plain}
\renewcommand{\lstlistlistingname}{Quellcodeverzeichnis}
\setcounter{tocdepth}{1}
\tableofcontents
\newpage
\setcounter{RPages}{\value{page}}
\setcounter{page}{0}
\pagenumbering{arabic}
\pagestyle{scrheadings}
\begin{spacing}{1}
\chapter{Einleitung}\label{chapter:introduction}
\end{spacing}
\input{./sections/introduction}
\begin{spacing}{1}
\chapter{Umfeldanalyse}
\end{spacing}
\input{./sections/related_work}
\begin{spacing}{1}
\chapter{Hardware}
\label{ch:harware}
\end{spacing}
\input{./sections/hardware}
\begin{spacing}{1}
\chapter{Software}
\label{ch:software}
\end{spacing}
\input{./sections/software.tex}
\begin{spacing}{1}
\chapter{Medien Implementierung}
\label{ch:media-implementation}
\end{spacing}
\input{./sections/media_implementation}
\begin{spacing}{1}
\chapter{Code Implementierung}
\label{ch:code-implementation}
\end{spacing}
\input{./sections/code_implementation}
\begin{spacing}{1}
\chapter{Inbetriebnahme}\label{ch:commisioning}
\end{spacing}
\input{./sections/commisioning}
\begin{spacing}{1}
\chapter{Zusammenfassung}
\end{spacing}
\input{./sections/summary}
\newpage
\pagenumbering{Roman}
\setcounter{page}{\value{RPages}}
\input{glossary}
%\setlength{\glsdescwidth}{0.8\linewidth}
\glsnogroupskiptrue
\printglossary[title=Glossar,toctitle=Glossar] %,style=long]
\spacing{1}{
%\bibliographystyle{IEEEtran}
\bibliographystyle{ieeetrande}
\bibliography{bib}
}
\listoffigures
\listoftables
\lstlistoflistings
\appendix
\addchap{Anhang}
\input{./sections/appendix}
\end{document}