pense-bête de bruno sanchiz

Accueil > CMS > Spip > formules mathématiques en latex

formules mathématiques en latex

Publié le 29 mai 2017, dernière mise-à-jour le 8 mars 2022, > 6 visites, >> visites totales.

  1. MathJax-LaTeX : https://contrib.spip.net/MathJax-LaTeX-4827
  • <math|f=...votre_formule en latex...>
  • $ a^5 $
  • You can insert matrices : $ \begin{pmatrix}element1&element2 \\element3&element4\end{pmatrix} $
  • you can define complex fractions such as : $ {1\over z},{1\over\displaystyle 1+{1\over x}} $
  • you can use greek letters : $ \alpha , \beta, \gamma, \Gamma, \varphi $
  • present a system of equations :$ \left\{\begin{array}{rcl} z&=&2x+3y-24\\10x+7y&=&78\\10x+5y&=&70\\\end{array}\right\} $
  • and show complex formulae as centred text : $ \left $
  1. latex de base
  • ne marche pas : <math> $ a^5 $ </math> ; en particulier par la présence d’un include_ecrire dans mes_options.php3
    $ a^5 $

You can insert matrices : $\begin{pmatrix}element1&element2 \\element3&element4\end{pmatrix}$
you can define complex fractions such as : ${1\over z}, {1\over\displaystyle 1+{1\over x}}$
you can use greek letters : $\alpha , \beta, \gamma, \Gamma, \varphi $
present a system of equations :

$$\left\{\begin{array}{rcl} z&=&2x+3y-24\\10x+7y&=&78\\10x+5y&=&70\\\end{array}\right}$$


and show complex formulae as centred text :

$$\left|{1\over N}\sum_{n=1}^N \gamma(u_n)-{1\over 2\pi}\int_0^{2\pi}\gamma(t){\rm d}t\right| \le {\varepsilon\over 3}.$$

[bruno sanchiz]