enum désindenté, biblio, biblio dans la table des matières
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user