blob: 9ff46a8c05cb62b314c17254713e372137be1d49 (
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
|
%%%%%%%%%%%%%%%%%%%%
%% HEADER
%%%%%%%%%%%%%%%%%%%%
\input{style/pascience-defaults}
\usepackage[francais]{babel}
\usepackage{lipsum}
\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
\input{project}
%\input{work}
\bibliographystyle{unsrt}
\bibliography{bibliography}
\end{document}
|