aboutsummaryrefslogtreecommitdiff
path: root/report/report.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/report.tex')
-rw-r--r--report/report.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/report/report.tex b/report/report.tex
new file mode 100644
index 0000000..7616326
--- /dev/null
+++ b/report/report.tex
@@ -0,0 +1,20 @@
1\documentclass{memoir}
2
3\begin{document}
4
5\input{cover}
6
7\cleardoublepage
8
9\tableofcontents*
10
11\clearpage
12
13\include{project}
14
15\include{work}
16
17\bibliographystyle{unsrt}
18\bibliography{bibliography}
19
20\end{document}