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