enum désindenté, biblio, biblio dans la table des matières

This commit is contained in:
random-toto@localhost 2016-06-14 22:50:31 +02:00
parent 9dc7bc0eb1
commit d6f1cd2c81
1 changed files with 26 additions and 0 deletions

View File

@ -33,6 +33,10 @@
%~ \usepackage{fancyvrb} % %~ \usepackage{fancyvrb} %
\usepackage{setspace} % interligne \usepackage{setspace} % interligne
\usepackage{fancyvrb} % small Verbatim [fontsize=\small] \usepackage{fancyvrb} % small Verbatim [fontsize=\small]
\usepackage[nottoc]{tocbibind} % bind bibtex to toc
\usepackage{enumitem} % itemize without autoindent
% spacing : % spacing :
% \doublespacing % \doublespacing
@ -231,6 +235,12 @@ Du texte
\lipsum[1] \lipsum[1]
\begin{itemize}[leftmargin=*]
\item[{[1]}] toto
\item[2] ...
\end{itemize}
\subsubsection{avec une boite exemple} \subsubsection{avec une boite exemple}
\begin{center} \begin{center}
@ -345,5 +355,21 @@ vestibulum turpis. Pellentesque cursus luctus mauris.
\end{spacing} \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} \end{document}