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