class: center, middle, inverse, title-slide # Initiation à Latex --- - First remark. - Ecrire les maths dans Markdown. Exemple $$ F(x)=\frac{1}{2\pi}\int_{-\infty}^x e^{-t^2/2}dt $$ ```r data.frame(x=c(0,0),y=c(6,6)) ``` ``` ## x y ## 1 0 6 ## 2 0 6 ``` Ceci est une formule Latex en ligne `\(\mathbf{x}\)` blabla cest vraiment sympa ? ```r 1+1 ``` ``` ## [1] 2 ``` C'est classe ce truc --- ```r 6+7 ``` ``` ## [1] 13 ``` kkk Lets go Ca marche OK kkkkkkkk kkkk kkkk C'est classe ce truc ok lll $$ `\begin{equation} \int_0^1t^2dt \end{equation}` $$ jjj ---