Files
New Design Review n64-controller/Doc/Report/n64-controller-hardware.tex
2019-12-03 00:38:44 +01:00

35 lines
642 B
TeX

\documentclass[notitlepage]{fhnwreport}
\input{preamble/packages}
\input{preamble/title}
\addbibresource{bibliography/bibliography.bib}
\begin{document}
\pagenumbering{gobble}
\maketitle
%\input{sections/abstract}
%\afterpage{\blankpage}
\newpage
%\input{sections/acknowledgements}
%\afterpage{\blankpage}
%\newpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{sections/introduction}
\input{sections/hardware}
\addcontentsline{toc}{section}{Literature}
\newpage\printbibliography
%\clearpage
%\appendix
%\input{sections/appendix.tex}
\end{document}