From d5c79be3e19e1146e933c1bf95e4deeb188c1f71 Mon Sep 17 00:00:00 2001 From: Bastien Laville Date: Thu, 15 Aug 2019 18:39:57 +0200 Subject: [PATCH] Ajout d'une commande pour Lp --- centrale.sty | 1 + rapport.tex | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/centrale.sty b/centrale.sty index e29413d..9b41991 100644 --- a/centrale.sty +++ b/centrale.sty @@ -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}}} diff --git a/rapport.tex b/rapport.tex index 7bb2092..e381912 100644 --- a/rapport.tex +++ b/rapport.tex @@ -145,21 +145,24 @@ Pour introduire une figure : Pour introduire une table : \begin{table}[ht!] -\begin{center} -\begin{tabular}{@{}llllllll@{}} -\toprule -Un truc & & & & & & & \\ \midrule -Un autre & & & & & & & \\ \bottomrule -\end{tabular} -\caption{Un tableau \label{tab:id-de-la-table}} -\end{center} + \begin{center} + \begin{tabular}{@{}llllllll@{}} + \toprule + Un truc & & & & & & & \\ \midrule + Un autre & & & & & & & \\ \bottomrule + \end{tabular} + \caption{Un tableau \label{tab:id-de-la-table}} + \label{tab:} + \end{center} \end{table} 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}