Update rapport.tex
This commit is contained in:
parent
2624bed2b0
commit
33ffe5b8a4
1 changed files with 14 additions and 0 deletions
14
rapport.tex
14
rapport.tex
|
@ -102,6 +102,20 @@
|
||||||
\label{fig:id-de-la-figure}
|
\label{fig:id-de-la-figure}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\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}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%\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