first commit
This commit is contained in:
commit
daf0fac3ef
19 changed files with 3683 additions and 0 deletions
16
rapport.tex
Normal file
16
rapport.tex
Normal file
|
@ -0,0 +1,16 @@
|
|||
\documentclass[10pt,a4paper,twoside,openright]{book}
|
||||
\title{Centres d'animation de Bordeaux, rapport de stage}
|
||||
\author{Yorick Barbanneau}
|
||||
\date{\today}
|
||||
|
||||
\input{includes/preambule}
|
||||
|
||||
\begin{document}
|
||||
\frontmatter
|
||||
\input{includes/couverture}
|
||||
\mainmatter
|
||||
\input{chapitres/avant-propos}
|
||||
\input{chapitres/chapitre_1}
|
||||
\input{chapitres/chapitre_2}
|
||||
\input{chapitres/chapitre_3}
|
||||
\end{document}
|
Reference in a new issue