LaTeX/Basics : Différence entre versions

De LaTeX
Aller à : navigation, rechercher
(Page créée avec « {{LaTeX/Usage|code= \documentclass{article} \begin{document} Hello world! \end{document} }} <source lang="latex"> \begin{document} Voici la fonction $\sin x$, la foncti... »)
(Aucune différence)

Version du 14 avril 2011 à 11:25

\documentclass{article}

\begin{document}
Hello world!
\end{document
}

\begin{document}
  Voici la fonction $\sin x$,
  la fonction \[\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k}\]
  et la fonction $\tan (x)$\ldots
\end{document}

va donner le résultat suivant :

Voici la fonction \sin, la fonction

\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k}

et la fonction tangente \tan (x)