enum désindenté, biblio, biblio dans la table des matières
This commit is contained in:
parent
9dc7bc0eb1
commit
d6f1cd2c81
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue