PSTE - REST - 219 rapport final
Forfatter:
benjamin.levy
Sidst opdateret:
9 år siden
Licens:
Creative Commons CC BY 4.0
Resumé:
rapport final
\begin
Opdag hvorfor 18 millioner mennesker verden rundt stoler på Overleaf med deres arbejde.
rapport final
\begin
Opdag hvorfor 18 millioner mennesker verden rundt stoler på Overleaf med deres arbejde.
%!TEX encoding = UTF-8 Unicode
\documentclass[12pt]{report} % a mettre au tout début
\usepackage[utf8]{inputenc} % encodage
\usepackage[frenchb]{babel} % Langue française
\frenchbsetup{og=«,fg=»} % pour les guillements français
\usepackage[T1]{fontenc} % encodage police pour les accents
\usepackage{lmodern, textcomp, amssymb, amsmath, geometry, caption, array, booktabs, alltt, lineno, float,indentfirst, minted,subcaption,rotating,tabulary}
% lmodern : Pour une police plus régulière : latin modern en plus du pack T1
% textcomp : commandes texte comme ~\texteuro
% amssymb, amsmath : pour les maths
% geometry : See geometry.pdf to learn the layout options. There are lots.
% caption : formatage des legendes des images
% array : arrays,
% booktabs : pour les tableaux
% allttt : environnement code
% lineno : pour les numéros de lignes
% float : pour le placement fixe des figures (argument [H])
\usepackage[ampersand]{easylist} % pour les lists faciles
\usepackage[toc,page]{appendix} % pour les annexes
\usepackage[table,xcdraw]{xcolor} % color : pour les couleurs de ma classe personalisée
% \usepackage[dvipsnames]{xcolor}
% \definecolor{ubuntu}{rgb}{0.25,0.0,0.25}
\geometry{a4paper, bottom=35mm}
\usepackage{graphicx, wrapfig} % graphicx : Use pdf, png, jpg, or eps with pdflatex; use eps in DVI mode.
% Mettre [draft] pour forcer la brouillon
\graphicspath{{./images/}} % sous-dossier des images
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\setlength{\parindent}{1cm}
\setlength{\belowcaptionskip}{-5pt}
\usepackage{etoc} %table des matiéres
\etocsetlevel{subsubsection}{4}
\renewcommand*\contentsname{PSTE 219 R.E.S.T.}
%\addto\captionsenglish{\renewcommand*\contentsname{summary}}
%==================
% FOOTER et HEADER
%==================
\usepackage{fancyhdr}
\setlength{\headheight}{16pt}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{PSTE 219 : R.E.S.T.}
\fancyhead[RE,LO]{Projet PSTE ECE 2015-2016}
\fancyfoot[CE,CO]{\leftmark}
\fancyfoot[LE,RO]{\thepage}
\addto\captionsfrench{\renewcommand{\chaptername}{Partie}}
\addto\captionsfrench{\def\figurename{Image}}
\addto\captionsfrench{\def\tablename{Tableau}}
\addto\captionsfrench{\renewcommand{\listfigurename}{Table des images}}
\addto\captionsfrench{\renewcommand{\bibname}{R\'ef\'erences}}
\renewcommand\appendixname{Annexes}
\renewcommand\appendixpagename{Annexes}
\renewcommand\appendixtocname{Annexes}
\renewcommand{\headrulewidth}{2pt}
\renewcommand{\footrulewidth}{1pt}
%===========
% DOCUMENT
%===========
\begin{document}
%****************
% PAGE DE GARDE
%****************
\input{./titre.tex}
%****************
% TABLES DE MATIERES
%****************
\tableofcontents % table des matières
\listoffigures % table des matières des figures
%****************
% INTRODUCTION
%****************
\input{./introduction.tex}
%****************
% ORGANISATION
%****************
\input{./organisation.tex}
%****************
% CONCEPTION
%****************
\input{./etatart.tex}
% ****************
% OBJECTIFS
% ****************
\input{./objectifs.tex}
%****************
% CONCLUSION
%****************
\input{./conclusion.tex}
%****************
% Annexes
%****************
\input{./Annexes.tex}
% %****************
% % BIBLIOGRAPHIE
% %****************
\input{./biblio.tex}
\end{document}