-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrapport.tex
69 lines (47 loc) · 1.19 KB
/
rapport.tex
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
67
68
69
\documentclass[a4paper,oneside,12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage{color}
\usepackage{fancyhdr}
\usepackage{array}
\usepackage{changepage}
\input{alias}
\newcommand{\customtitle}{Développement d'applications web avec \asf}
\newcommand{\customauthor}{\ame}
\newcommand{\customkeywords}{site web, \aphp, \afm, \asf, programmation orientée objet, \amvc, base de données, \aorm, \aos}
\title{\customtitle}
\author{\customauthor}
\hypersetup{
pdftitle = {TN09 - Rapport de stage},
pdfauthor = {\customauthor},
pdfsubject = {\customtitle},
pdfkeywords = {\customkeywords}
}
\lhead{\begin{small}\nouppercase{\leftmark}\end{small}}
\rhead{\begin{small}\nouppercase{\rightmark}\end{small}}
\graphicspath{{figs/}}
\begin{document}
\input{titre}
\newpage
\input{remerciements}
\newpage
\tableofcontents
\listoffigures
\listoftables
\newpage
\input{resume}
\newpage
\pagestyle{fancy}
\input{presentation}
\input{stage}
\input{conclusion}
\newpage
\bibliographystyle{plain}
\addcontentsline{toc}{chapter}{Bibliographie}
\bibliography{biblio}
\newpage
\input{annexes}
\end{document}