2018-01-31 22:23:53 +00:00
|
|
|
% Makros
|
|
|
|
\newcommand{\dokumententyp}{Dokumententyp}
|
|
|
|
\newcommand{\abgabedatum}{\today}
|
2021-09-07 14:54:54 +00:00
|
|
|
\newcommand{\ort}{Bergisch Gladbach}
|
2018-01-31 22:23:53 +00:00
|
|
|
\newcommand{\dokumententitel}{Titel}
|
|
|
|
\newcommand{\dokumentenuntertitel}{Untertitel}
|
2021-09-07 14:54:54 +00:00
|
|
|
\newcommand{\dokumentenautor}{Marcel Struck}
|
|
|
|
\newcommand{\matrikelnr}{100228}
|
2018-01-31 22:23:53 +00:00
|
|
|
\newcommand{\dokumentenautoradresse}{Adresse}
|
|
|
|
\newcommand{\dokumentenpruefer}{Prüfer}
|
2021-09-07 14:54:54 +00:00
|
|
|
\newcommand{\studiengang}{Software Engineering}
|
|
|
|
\newcommand{\studiengruppe}{BFWS420A}
|
|
|
|
\newcommand{\institution}{Fachhochschule der Wirtschaft}
|
2018-01-31 22:23:53 +00:00
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% config
|
|
|
|
\input{config.tex}
|
2018-01-31 22:23:53 +00:00
|
|
|
|
2020-10-27 07:53:31 +00:00
|
|
|
% hyphenation
|
|
|
|
\input{additionals/hyphenation.tex}
|
|
|
|
|
2018-01-31 22:23:53 +00:00
|
|
|
\begin{document}
|
2018-06-29 18:07:51 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%% document title page %%
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%
|
2018-04-09 23:40:25 +00:00
|
|
|
\input{additionals/title.tex}
|
2018-01-31 22:23:53 +00:00
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
%%%%%%%%%%%%%
|
|
|
|
%% indexes %%
|
|
|
|
%%%%%%%%%%%%%
|
2018-01-31 22:23:53 +00:00
|
|
|
\pagenumbering{Roman}
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% disclosure statement - uncomment if needed
|
2018-04-28 15:53:31 +00:00
|
|
|
% \input{additionals/disclosure.tex}
|
|
|
|
% \newpage
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% executive summary - uncomment if needed
|
|
|
|
% \input{additionals/executive_summary.tex}
|
|
|
|
% \newpage
|
|
|
|
|
|
|
|
% table of contents
|
2018-01-31 22:23:53 +00:00
|
|
|
\tableofcontents
|
|
|
|
\newpage
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% acronyms
|
2018-04-09 23:40:25 +00:00
|
|
|
\input{additionals/acronyms.tex}
|
2018-01-31 22:23:53 +00:00
|
|
|
\newpage
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% list of figures
|
2018-01-31 22:23:53 +00:00
|
|
|
\listoffigures
|
|
|
|
\newpage
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% list of tables
|
2018-01-31 22:23:53 +00:00
|
|
|
\listoftables
|
|
|
|
\newpage
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% list of listings
|
2018-04-27 06:53:24 +00:00
|
|
|
\listoflistings
|
2018-01-31 22:23:53 +00:00
|
|
|
\newpage
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
%%%%%%%%%%%%%
|
|
|
|
%% content %%
|
|
|
|
%%%%%%%%%%%%%
|
2018-01-31 22:23:53 +00:00
|
|
|
\pagenumbering{arabic}
|
|
|
|
|
|
|
|
% insert chapter files here like this:
|
|
|
|
% \input{chapter/myfile}
|
|
|
|
% \newpage
|
|
|
|
|
2020-05-18 21:24:13 +00:00
|
|
|
% when using pandoc workflow instead, uncomment the following
|
2020-05-19 19:43:15 +00:00
|
|
|
% \input{chapter/out.tex}
|
|
|
|
% \newpage
|
2020-05-18 21:24:13 +00:00
|
|
|
|
2018-01-31 22:23:53 +00:00
|
|
|
%%%%%%%%%%%%%
|
2018-06-29 18:07:51 +00:00
|
|
|
%% closing %%
|
2018-01-31 22:23:53 +00:00
|
|
|
%%%%%%%%%%%%%
|
2018-06-29 18:07:51 +00:00
|
|
|
% list of references
|
|
|
|
\input{additionals/references.tex}
|
2018-01-31 22:23:53 +00:00
|
|
|
\newpage
|
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
% appendix - uncomment if needed
|
2021-01-24 23:13:45 +00:00
|
|
|
% \begin{custom_appendix}
|
|
|
|
% \input{appendix/appendix.tex}
|
|
|
|
% \newpage
|
|
|
|
% \end{custom_appendix}
|
2018-06-29 18:07:51 +00:00
|
|
|
|
|
|
|
% affirmation
|
2018-04-09 23:40:25 +00:00
|
|
|
\input{additionals/affirmation.tex}
|
2018-01-31 22:23:53 +00:00
|
|
|
|
2018-06-29 18:07:51 +00:00
|
|
|
\end{document}
|