Ajout d'une commande pour Lp

This commit is contained in:
Bastien Laville 2019-08-15 18:39:57 +02:00
parent 963ef88c2c
commit d5c79be3e1
2 changed files with 13 additions and 9 deletions

View file

@ -187,6 +187,7 @@
%------- Notation des ensembles
\newcommand{\Lesp}[1] {\ensuremath{\mathrm{L}^{#1}}} % Pour composer les espace L^p
\newcommand{\A} {\ensuremath{\mathcal{A}}}
\newcommand{\R} {\ensuremath{\mathbb{R}}}
\newcommand{\CC} {\ensuremath{\mathbb{C}}}

View file

@ -152,6 +152,7 @@ Un truc & & & & & & & \\ \midrule
Un autre & & & & & & & \\ \bottomrule
\end{tabular}
\caption{Un tableau \label{tab:id-de-la-table}}
\label{tab:}
\end{center}
\end{table}
@ -159,7 +160,9 @@ Un autre & & & & & & & \\ \bottomrule
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]
%\inputminted[linenos=true, breaklines,frame=lines,framesep=2mm]{python}{code/}
%\caption{Du code informatique}