appendices & babel
Ajout d'une section appendice, remplacement de newpage par pagebreak et retrait de l'option french de babel
This commit is contained in:
parent
f1f4ab24f2
commit
e51f961dbc
2 changed files with 22 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
% ------------- Langue et encodage utilisés -------------
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\RequirePackage[utf8]{inputenc} % Reconnaissance des lettres du clavier
|
||||
\RequirePackage[french]{babel}
|
||||
\RequirePackage{babel}
|
||||
|
||||
% ------------- Mise en page -------------
|
||||
\RequirePackage[a4paper]{geometry} % Mise en page acceptable
|
||||
|
|
21
rapport.tex
21
rapport.tex
|
@ -61,7 +61,7 @@
|
|||
|
||||
\vfill
|
||||
|
||||
% Bottom of the page
|
||||
% Date en fin de page
|
||||
{\large Version du\\ \today}
|
||||
|
||||
\end{center}
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
\thispagestyle{empty}
|
||||
\tableofcontents
|
||||
\newpage
|
||||
\pagebreak
|
||||
|
||||
% --------------------------------------------------------------
|
||||
% Début du corps
|
||||
|
@ -90,7 +90,7 @@
|
|||
% Partie 1
|
||||
% --------------------------------------------------------------
|
||||
|
||||
\newpage
|
||||
\pagebreak
|
||||
\section{Une partie}
|
||||
\subsection{Une sous-partie}
|
||||
|
||||
|
@ -184,6 +184,7 @@ Et pour introduire du code informatique (décommenter + importer minted) :
|
|||
% Conclusion
|
||||
% --------------------------------------------------------------
|
||||
|
||||
\pagebreak
|
||||
\section{Conclusion}
|
||||
\lipsum[3]
|
||||
|
||||
|
@ -199,11 +200,23 @@ Et pour introduire du code informatique (décommenter + importer minted) :
|
|||
%Auteurs : \emph{Un titre}, une date.
|
||||
%\end{thebibliography}
|
||||
|
||||
% --------------------------------------------------------------
|
||||
% Appendices
|
||||
% --------------------------------------------------------------
|
||||
|
||||
%\pagebreak
|
||||
%\appendix
|
||||
%\begin{appendices}
|
||||
%\section{}
|
||||
|
||||
|
||||
%\end{appendices}
|
||||
|
||||
|
||||
% --------------------------------------------------------------
|
||||
% Abstract
|
||||
% --------------------------------------------------------------
|
||||
\newpage
|
||||
\pagebreak
|
||||
\thispagestyle{empty}
|
||||
|
||||
\vspace*{\fill}
|
||||
|
|
Loading…
Reference in a new issue