uni-ausarbeitung/main.tex

90 lines
1.8 KiB
TeX
Raw Normal View History

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}
\newcommand{\dokumentenautoradresse}{Straße Hausnummer, PLZ Ort}
2018-01-31 22:23:53 +00:00
\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
% config
\input{config.tex}
2018-01-31 22:23:53 +00:00
% hyphenation
\input{additionals/hyphenation.tex}
2018-01-31 22:23:53 +00:00
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%
%% document title page %%
%%%%%%%%%%%%%%%%%%%%%%%%%
2018-04-09 23:40:25 +00:00
\input{additionals/title.tex}
2018-01-31 22:23:53 +00:00
%%%%%%%%%%%%%
%% indexes %%
%%%%%%%%%%%%%
2018-01-31 22:23:53 +00:00
\pagenumbering{Roman}
% disclosure statement - uncomment if needed
2018-04-28 15:53:31 +00:00
% \input{additionals/disclosure.tex}
% \newpage
% executive summary - uncomment if needed
% \input{additionals/executive_summary.tex}
% \newpage
% table of contents
2018-01-31 22:23:53 +00:00
\tableofcontents
\newpage
% acronyms
2018-04-09 23:40:25 +00:00
\input{additionals/acronyms.tex}
2018-01-31 22:23:53 +00:00
\newpage
% list of figures
2018-01-31 22:23:53 +00:00
\listoffigures
\newpage
% list of tables
2018-01-31 22:23:53 +00:00
\listoftables
\newpage
% list of listings
2018-04-27 06:53:24 +00:00
\listoflistings
2018-01-31 22:23:53 +00:00
\newpage
%%%%%%%%%%%%%
%% 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
%%%%%%%%%%%%%
%% closing %%
2018-01-31 22:23:53 +00:00
%%%%%%%%%%%%%
% list of references
\input{additionals/references.tex}
2018-01-31 22:23:53 +00:00
\newpage
% appendix - uncomment if needed
% \begin{custom_appendix}
% \input{appendix/appendix.tex}
% \newpage
% \end{custom_appendix}
% affirmation
2018-04-09 23:40:25 +00:00
\input{additionals/affirmation.tex}
2018-01-31 22:23:53 +00:00
\end{document}