uni-ausarbeitung/main.tex
2021-09-07 16:54:54 +02:00

90 lines
1.8 KiB
TeX

% Makros
\newcommand{\dokumententyp}{Dokumententyp}
\newcommand{\abgabedatum}{\today}
\newcommand{\ort}{Bergisch Gladbach}
\newcommand{\dokumententitel}{Titel}
\newcommand{\dokumentenuntertitel}{Untertitel}
\newcommand{\dokumentenautor}{Marcel Struck}
\newcommand{\matrikelnr}{100228}
\newcommand{\dokumentenautoradresse}{Adresse}
\newcommand{\dokumentenpruefer}{Prüfer}
\newcommand{\studiengang}{Software Engineering}
\newcommand{\studiengruppe}{BFWS420A}
\newcommand{\institution}{Fachhochschule der Wirtschaft}
% config
\input{config.tex}
% hyphenation
\input{additionals/hyphenation.tex}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%
%% document title page %%
%%%%%%%%%%%%%%%%%%%%%%%%%
\input{additionals/title.tex}
%%%%%%%%%%%%%
%% indexes %%
%%%%%%%%%%%%%
\pagenumbering{Roman}
% disclosure statement - uncomment if needed
% \input{additionals/disclosure.tex}
% \newpage
% executive summary - uncomment if needed
% \input{additionals/executive_summary.tex}
% \newpage
% table of contents
\tableofcontents
\newpage
% acronyms
\input{additionals/acronyms.tex}
\newpage
% list of figures
\listoffigures
\newpage
% list of tables
\listoftables
\newpage
% list of listings
\listoflistings
\newpage
%%%%%%%%%%%%%
%% content %%
%%%%%%%%%%%%%
\pagenumbering{arabic}
% insert chapter files here like this:
% \input{chapter/myfile}
% \newpage
% when using pandoc workflow instead, uncomment the following
% \input{chapter/out.tex}
% \newpage
%%%%%%%%%%%%%
%% closing %%
%%%%%%%%%%%%%
% list of references
\input{additionals/references.tex}
\newpage
% appendix - uncomment if needed
% \begin{custom_appendix}
% \input{appendix/appendix.tex}
% \newpage
% \end{custom_appendix}
% affirmation
\input{additionals/affirmation.tex}
\end{document}