aboutsummaryrefslogtreecommitdiff
path: root/report/report.tex
blob: 7616326b9ede0abe1b0abc30dbc30e3265ee58ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{memoir}

\begin{document}

\input{cover}

\cleardoublepage

\tableofcontents*

\clearpage

\include{project}

\include{work}

\bibliographystyle{unsrt}
\bibliography{bibliography}

\end{document}