summaryrefslogtreecommitdiff
path: root/report/document.tex
blob: e9786db6be53eaa193c1cf4e28fce1e80e7f5633 (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
%%%%%%%%%%%%%%%%%%%%
%% HEADER
%%%%%%%%%%%%%%%%%%%%

\input{style/pascience-defaults}

\usepackage[francais]{babel}

\usepackage{lipsum}
\usepackage{amsmath}

\input{style/pascience-pages}
\input{style/pascience-numbering}

\input{style/pascience-titles}
\input{style/pascience-texts}

\input{style/pascience-toc}

\input{style/pascience-listings}

\pdfimageresolution96

%%%%%%%%%%%%%%%%%%%%
%% DOCUMENT
%%%%%%%%%%%%%%%%%%%%

\begin{document}

\input{cover}

%\clearpage
\cleardoublepage

\tableofcontents*

\clearpage

\input{project}

%\input{work}

%\bibliographystyle{unsrt}
%\bibliography{bibliography}


\end{document}