ajout de packages pour fonctionnalités. caption, footnote dans titre et tableau.
This commit is contained in:
parent
5fb12f3540
commit
6bc69514d0
|
@ -21,6 +21,13 @@
|
||||||
\usepackage{verbatim}
|
\usepackage{verbatim}
|
||||||
\usepackage{changepage} % \begin{adjustwidth}{2cm}{2cm} \end{}
|
\usepackage{changepage} % \begin{adjustwidth}{2cm}{2cm} \end{}
|
||||||
\usepackage{multicol} % \begin{multicols}{3} \end{multicols}
|
\usepackage{multicol} % \begin{multicols}{3} \end{multicols}
|
||||||
|
\usepackage{footnote} % better footnotes
|
||||||
|
\usepackage[stable]{footmisc} % footnotes in titles
|
||||||
|
\usepackage{capt-of} % captions with \captionof{figure}{caption}\label{fig:a}
|
||||||
|
\usepackage{eurosym} % €
|
||||||
|
\usepackage{textcomp} %
|
||||||
|
\usepackage{bookmark} %
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%\selectlanguage{english}
|
%\selectlanguage{english}
|
||||||
|
|
Loading…
Reference in New Issue