-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrapport.tex
97 lines (70 loc) · 1.76 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{titlesec}
\usepackage{sectsty}
\usepackage[toc,page]{appendix}
\usepackage{floatrow}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{pdflscape}
\usepackage[autostyle]{csquotes}
\usepackage{wrapfig}
\usepackage[a4paper ,left=2.5cm,right=3cm,top=3cm,bottom=3cm]{geometry}
\pagestyle{headings}
\usepackage{hyperref}
\usepackage{blindtext}
\usepackage{float}
\hypersetup{
colorlinks=true,
linktoc=all,
linkcolor=blue,
urlcolor=blue,
citecolor=blue
}
\setlength{\parskip}{\baselineskip}%
\titleformat{\chapter}[display]{\bfseries}{}{0pt}{\Huge}
% \frenchbsetup{ItemLabels=\textbullet}
\newcommand*\cleartoleftpage{
\clearpage\ifodd\c@page
\hbox{}
\vspace*{\fill}
\thispagestyle{empty}
\newpage
\fi
}
% \fancyhead{}
% \fancyfoot{}
% % Set the right side of the footer to be the page number
% \fancyfoot[R]{\thepage}
\begin{document}
\titlespacing*{\chapter}{0pt}{-50pt}{40pt}
\hyphenpenalty=10000
\exhyphenpenalty=10000
\renewcommand\appendixtocname{Annexes}
\renewcommand\appendixpagename{Annexes}
\title{Romain GUILLOT - Rapport de stage}
\author{Romain GUILLOT}
\input{content/title.tex}
\input{content/merci.tex}
\input{content/resume.tex}
\renewcommand{\baselinestretch}{0}\normalsize
{
\hypersetup{linkcolor=black}
\tableofcontents
\listoffigures
}
\renewcommand{\baselinestretch}{1.0}\normalsize
\titlespacing*{\chapter}{0pt}{-70pt}{40pt}
\input{content/intro.tex}
\input{content/travail.tex}
\input{content/dev_durable.tex}
\input{content/bilan.tex}
% \input{content/conclusion.tex}
\nocite{*}
\bibliographystyle{unsrt}
\bibliography{content/bibli}
\input{content/annexes.tex}
\input{content/back.tex}
\end{document}