Update rapport.tex
This commit is contained in:
parent
9ce581e202
commit
9b4ad8768b
1 changed files with 20 additions and 1 deletions
21
rapport.tex
21
rapport.tex
|
@ -93,7 +93,25 @@
|
||||||
|
|
||||||
\lipsum[1]
|
\lipsum[1]
|
||||||
|
|
||||||
|
Pour faire des dérivations :
|
||||||
|
|
||||||
|
\[
|
||||||
|
\derp{x}{t} + \derd{y}{t} + \derd2{z}{t} = 0
|
||||||
|
\]
|
||||||
|
|
||||||
|
Pour faire des intégrales, le d de la différentielle est tapé avec \texttt{\ud} :
|
||||||
|
|
||||||
|
\[
|
||||||
|
\int_0^t x \ud t = 0
|
||||||
|
\]
|
||||||
|
|
||||||
|
Pour utiliser des opérateurs :
|
||||||
|
|
||||||
|
\[
|
||||||
|
\div{x} + \rot{y} + \grad{z} = 0
|
||||||
|
\]
|
||||||
|
|
||||||
|
Pour introduire une figure :
|
||||||
|
|
||||||
\begin{figure}[ht!]
|
\begin{figure}[ht!]
|
||||||
\centering
|
\centering
|
||||||
|
@ -102,6 +120,7 @@
|
||||||
\label{fig:id-de-la-figure}
|
\label{fig:id-de-la-figure}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
Pour introduire une table :
|
||||||
|
|
||||||
\begin{table}[!ht]
|
\begin{table}[!ht]
|
||||||
\begin{center}
|
\begin{center}
|
||||||
|
@ -115,7 +134,7 @@ Un autre & & & & & & & \\ \bottomrule
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
% Pour introduire du code informatique (décommenter)
|
||||||
%\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