aboutsummaryrefslogtreecommitdiff
path: root/report/report.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-12 22:04:09 +0100
committerPacien TRAN-GIRARD2014-02-12 22:04:09 +0100
commit125bf377f0b93a26842791c38ada4f45be78b2b3 (patch)
tree56adaf2c3d5d80a1b2f591d31ee7c73602b75b14 /report/report.tex
parentb61b1480a7412d6638c0e93a3b6f85304e59c63f (diff)
downloadesieequest-125bf377f0b93a26842791c38ada4f45be78b2b3.tar.gz
Add report draft
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}