blob: 981ecf3418513a7e5f2fb2c3f05a71f61746d2c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
%%%%%%%%%%%%%%%%%%%%
%% HEADER
%%%%%%%%%%%%%%%%%%%%
\input{style/pascience-defaults}
%\usepackage[francais]{babel}
\input{style/pascience-pages}
\input{style/pascience-numbering}
\input{style/pascience-titles}
\input{style/pascience-texts}
\input{style/pascience-toc}
\input{style/pascience-listings}
%%%%%%%%%%%%%%%%%%%%
%% DOCUMENT
%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{cover}
%\clearpage
\cleardoublepage
\tableofcontents*
%\clearpage
\cleardoublepage
\input{project}
\cleardoublepage
\input{progression}
\cleardoublepage
\input{organization}
\cleardoublepage
\input{tools}
\cleardoublepage
\begin{appendices}
\input{userguide}
\end{appendices}
\cleardoublepage
\bibliographystyle{unsrt}
\bibliography{bibliography}
\end{document}
|