From d6f1cd2c8171a5ad2eeaf39f1147ae59130115a9 Mon Sep 17 00:00:00 2001 From: "random-toto@localhost" Date: Tue, 14 Jun 2016 22:50:31 +0200 Subject: [PATCH] =?UTF-8?q?enum=20d=C3=A9sindent=C3=A9,=20biblio,=20biblio?= =?UTF-8?q?=20dans=20la=20table=20des=20mati=C3=A8res?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tex/rapport.tex | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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}