Ajout d'une commande pour Lp
This commit is contained in:
parent
963ef88c2c
commit
d5c79be3e1
2 changed files with 13 additions and 9 deletions
|
@ -187,6 +187,7 @@
|
||||||
|
|
||||||
%------- Notation des ensembles
|
%------- Notation des ensembles
|
||||||
|
|
||||||
|
\newcommand{\Lesp}[1] {\ensuremath{\mathrm{L}^{#1}}} % Pour composer les espace L^p
|
||||||
\newcommand{\A} {\ensuremath{\mathcal{A}}}
|
\newcommand{\A} {\ensuremath{\mathcal{A}}}
|
||||||
\newcommand{\R} {\ensuremath{\mathbb{R}}}
|
\newcommand{\R} {\ensuremath{\mathbb{R}}}
|
||||||
\newcommand{\CC} {\ensuremath{\mathbb{C}}}
|
\newcommand{\CC} {\ensuremath{\mathbb{C}}}
|
||||||
|
|
21
rapport.tex
21
rapport.tex
|
@ -145,21 +145,24 @@ Pour introduire une figure :
|
||||||
Pour introduire une table :
|
Pour introduire une table :
|
||||||
|
|
||||||
\begin{table}[ht!]
|
\begin{table}[ht!]
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{tabular}{@{}llllllll@{}}
|
\begin{tabular}{@{}llllllll@{}}
|
||||||
\toprule
|
\toprule
|
||||||
Un truc & & & & & & & \\ \midrule
|
Un truc & & & & & & & \\ \midrule
|
||||||
Un autre & & & & & & & \\ \bottomrule
|
Un autre & & & & & & & \\ \bottomrule
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{Un tableau \label{tab:id-de-la-table}}
|
\caption{Un tableau \label{tab:id-de-la-table}}
|
||||||
\end{center}
|
\label{tab:}
|
||||||
|
\end{center}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Et pour introduire du code informatique (décommenter + importer minted) :
|
Et pour introduire du code informatique (décommenter + importer minted) :
|
||||||
|
|
||||||
% Pour introduire du code informatique (décommenter)
|
% Pour introduire du code informatique (décommenter, notez bien que le paquet minted est utilisable uniquement
|
||||||
|
% si vous spécifiez l'option --shell-escape lors de la compilation)
|
||||||
|
%
|
||||||
%\begin{listing}[ht]
|
%\begin{listing}[ht]
|
||||||
%\inputminted[linenos=true, breaklines,frame=lines,framesep=2mm]{python}{code/}
|
%\inputminted[linenos=true, breaklines,frame=lines,framesep=2mm]{python}{code/}
|
||||||
%\caption{Du code informatique}
|
%\caption{Du code informatique}
|
||||||
|
|
Loading…
Reference in a new issue