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..7cb8734 --- /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 | \usepackage{lipsum} | ||
10 | \usepackage[francais]{babel} | ||
11 | |||
12 | |||
13 | \input{style/pascience-pages} | ||
14 | \input{style/pascience-numbering} | ||
15 | |||
16 | \input{style/pascience-titles} | ||
17 | \input{style/pascience-texts} | ||
18 | |||
19 | \input{style/pascience-toc} | ||
20 | |||
21 | \input{style/pascience-listings} | ||
22 | |||
23 | |||
24 | %%%%%%%%%%%%%%%%%%%% | ||
25 | %% DOCUMENT | ||
26 | %%%%%%%%%%%%%%%%%%%% | ||
27 | |||
28 | \begin{document} | ||
29 | |||
30 | \input{cover} | ||
31 | |||
32 | \clearpage | ||
33 | %\cleardoublepage | ||
34 | |||
35 | \tableofcontents* | ||
36 | |||
37 | \clearpage | ||
38 | |||
39 | |||
40 | \bibliographystyle{unsrt} | ||
41 | \bibliography{bibliography} | ||
42 | |||
43 | |||
44 | \end{document} \ No newline at end of file | ||