diff options
Diffstat (limited to 'report/document.tex')
-rw-r--r-- | report/document.tex | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/report/document.tex b/report/document.tex new file mode 100644 index 0000000..007276a --- /dev/null +++ b/report/document.tex | |||
@@ -0,0 +1,44 @@ | |||
1 | %%%%%%%%%%%%%%%%%%%% | ||
2 | %% HEADER | ||
3 | %%%%%%%%%%%%%%%%%%%% | ||
4 | |||
5 | \input{style/pascience-defaults} | ||
6 | |||
7 | %\usepackage[francais]{babel} | ||
8 | |||
9 | \input{style/pascience-pages} | ||
10 | \input{style/pascience-numbering} | ||
11 | |||
12 | \input{style/pascience-titles} | ||
13 | \input{style/pascience-texts} | ||
14 | |||
15 | \input{style/pascience-toc} | ||
16 | |||
17 | \input{style/pascience-listings} | ||
18 | |||
19 | |||
20 | %%%%%%%%%%%%%%%%%%%% | ||
21 | %% DOCUMENT | ||
22 | %%%%%%%%%%%%%%%%%%%% | ||
23 | |||
24 | \begin{document} | ||
25 | |||
26 | \input{cover} | ||
27 | |||
28 | \clearpage | ||
29 | %\cleardoublepage | ||
30 | |||
31 | \tableofcontents* | ||
32 | |||
33 | \clearpage | ||
34 | |||
35 | |||
36 | \input{project} | ||
37 | |||
38 | \input{work} | ||
39 | |||
40 | \bibliographystyle{unsrt} | ||
41 | \bibliography{bibliography} | ||
42 | |||
43 | |||
44 | \end{document} \ No newline at end of file | ||