From 125bf377f0b93a26842791c38ada4f45be78b2b3 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Wed, 12 Feb 2014 22:04:09 +0100 Subject: Add report draft --- report/report.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 report/report.tex (limited to 'report/report.tex') 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 @@ +\documentclass{memoir} + +\begin{document} + +\input{cover} + +\cleardoublepage + +\tableofcontents* + +\clearpage + +\include{project} + +\include{work} + +\bibliographystyle{unsrt} +\bibliography{bibliography} + +\end{document} -- cgit v1.2.3