diff options
author | Pacien TRAN-GIRARD | 2014-02-23 15:19:30 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-23 15:19:30 +0100 |
commit | a09f50675a10f1c06eaf47772594cd932d4e4920 (patch) | |
tree | ad46ef1fca4d46a273945492a7ff6889a1513e8e /report/report.tex | |
parent | 425eb18d5c5ace5d20c0514150fdc2be3870437e (diff) | |
download | esieequest-a09f50675a10f1c06eaf47772594cd932d4e4920.tar.gz |
Add report structure
Diffstat (limited to 'report/report.tex')
-rw-r--r-- | report/report.tex | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/report/report.tex b/report/report.tex deleted file mode 100644 index 7616326..0000000 --- a/report/report.tex +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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} | ||