HCI/sem-bericht/hci_CloudMan_wolfmajer-schr...

57 lines
1.8 KiB
TeX

\documentclass[a4paper,12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[outputdir=../auxil]{minted}
\include{chapters/00_preamble}
%more information on bibliography here: https://en.wikibooks.org/wiki/LaTeX/More_Bibliographies
\bibliographystyle{abbrvnat}
\usepackage{natbib}
\setcitestyle{authoryear, open={(},close={)}}
\def \study{SWD}
\def \title{Seminararbeit}
\def \subtitle{CloudMan - Einloggen und loskellnern!}
\def \yourName{\textbf{\\Matthias Schreiner \\ Phillip Wolfmajer \\ Daniel Sommer}}
\def \submissionDate{Februar 2019} % month year. e.g. June 2017
\def \yourLanguage{german} % possible options: german, english
\begin{document}
\selectlanguage{german}
% ------------------------------------------------
% begin includes EXPOSE
% \include{chapters/02_expose_titlepage}
% \include{chapters/03_expose}
% \include{chapters/05_litarature}
% ------------------------------------------------
% begin includes BAC
\include{chapters/01_titlepage}
\chapterend
\pagenumbering{roman} % roman page numbers for title pages
\tableofcontents
\clearpage
\addcontentsline{toc}{chapter}{\listfigurename} % List of Figures
\listoffigures
\clearpage
\chapterend
\pagenumbering{arabic} % ... for ordinary chapters
\onehalfspacing
% Seminarbericht:
% • Zusammenfügen der Abgaben 1 bis 5, ggf. Qualität nachbessern
% • Beurteilt wird:
% o Vollständigkeit der Inhalte
% o Flüssiger Text, in sich abgeschlossen, für Außenstehenden verständlich
% o Form (Seitenzahlen, Inhaltsverzeichnis etc.)
\include{chapters/10_preview-flyer}
\include{chapters/20_target-groups}
\include{chapters/21_paper-prototype}
\include{chapters/30_evaluating-others}
\include{chapters/40_prototype}
\include{chapters/50_test}
\clearpage
\chapterend
\clearpage
\end{document}