85 lines
1.3 KiB
TeX
85 lines
1.3 KiB
TeX
\input{packages.tex}
|
|
\newcounter{mypara}
|
|
\setcounter{mypara}{0}
|
|
|
|
\setcounter{secnumdepth}{4}
|
|
|
|
%Bibliography
|
|
\addbibresource{bibliographie.bib}
|
|
|
|
% Document
|
|
\begin{document}{
|
|
|
|
\sloppy
|
|
\input{titlepage.tex}
|
|
\setcounter{tocdepth}{4}
|
|
\setcounter{secnumdepth}{4}
|
|
|
|
% Table of contents
|
|
\tableofcontents
|
|
|
|
\newpage
|
|
|
|
% First chapter
|
|
\chapter{Introduction}
|
|
|
|
Blablabla
|
|
|
|
\begin{figure}[h!]
|
|
\center
|
|
\includegraphics{images/su.png}
|
|
\caption{Petite image}
|
|
\label{fig:schema1}
|
|
\end{figure}
|
|
|
|
\setstretch{1}
|
|
\section{Une section}
|
|
\setstretch{1.3}
|
|
|
|
Blabla \newline
|
|
Blablabla.
|
|
|
|
\setstretch{1}
|
|
\subsection{Une sous-section}
|
|
\setstretch{1.3}
|
|
|
|
Bla à propos de l'\textbf{bla important} dont le fonctionnement est schématisé dans la figure \ref{fig:schema1}.
|
|
|
|
% Second chapter
|
|
\chapter{Seconde chose à dire}
|
|
|
|
A ce propos \textit{italique}.
|
|
|
|
\begin{figure}[h!]
|
|
\center
|
|
\includegraphics[width=\linewidth]{images/su.png}
|
|
\caption{Image pleine page}
|
|
\label{fig:image_pleine}
|
|
\end{figure}
|
|
|
|
\setstretch{1}
|
|
\section{Une section}
|
|
\setstretch{1.3}
|
|
|
|
Texte pour dire tout ça parceque oui. \newline
|
|
|
|
Ceci ne veut pas dire cependant que :
|
|
|
|
\begin{itemize}
|
|
\item Élément 1
|
|
|
|
\item Élément 2
|
|
|
|
\item Élément 3
|
|
|
|
\end{itemize}
|
|
|
|
\newpage
|
|
|
|
% Bibliography
|
|
\nocite{*}
|
|
\addcontentsline{toc}{chapter}{Bibliographie}
|
|
\printbibliography
|
|
|
|
\end{document}
|