22 lines
560 B
TeX
22 lines
560 B
TeX
\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}
|
|
\input{chapitres/chapitre_4}
|
|
\input{chapitres/chapitre_5}
|
|
\appendix
|
|
\input{annexes/annexe_startx_bornes}
|
|
\input{annexes/annexe_nftables.tex}
|
|
\input{annexes/annexe_openwrt.tex}
|
|
\end{document}
|