diff --git a/tex/rapport.tex b/tex/rapport.tex index b857636..d57cc62 100644 --- a/tex/rapport.tex +++ b/tex/rapport.tex @@ -33,6 +33,10 @@ %~ \usepackage{fancyvrb} % \usepackage{setspace} % interligne \usepackage{fancyvrb} % small Verbatim [fontsize=\small] +\usepackage[nottoc]{tocbibind} % bind bibtex to toc +\usepackage{enumitem} % itemize without autoindent + + % spacing : % \doublespacing @@ -231,6 +235,12 @@ Du texte \lipsum[1] +\begin{itemize}[leftmargin=*] + \item[{[1]}] toto + \item[2] ... +\end{itemize} + + \subsubsection{avec une boite exemple} \begin{center} @@ -345,5 +355,21 @@ vestibulum turpis. Pellentesque cursus luctus mauris. \end{spacing} +% biblio +\begin{thebibliography}{9} + +\bibitem{ref1} +auteur. +\textit{Ĺ’uvre}, \href{www.example.org}{weblink}. +example.org + +\bibitem{ref2} +auteur1, auteur2. +\textit{None}. +ed. + +\end{thebibliography} + + \end{document}