1.  Description

LaTeXMathML est un module pour PmWiki permettant d’écrire des formules mathématiques en LATEX pour obtenir un rendu MathML.LaTeXMathML is a recipe for PmWiki that dynamically translates LATEX formulas to MathML render.
MathML nécessite Internet Explorer 6 + MathPlayer ou Firefox/Mozilla/Netscape (avec les fontes MathML).MathML requires Internet Explorer 6 + MathPlayer or Firefox/Mozilla/Netscape (with MathML fonts).

2.  LATEX → MathML (image)

3.  Exemples (MathML)

Survolez pour voir le code LATEXHover the mouse to see the LATEX code

Exemple 1 : The matrix $A = \left[\begin{array}{cc} 1 & 2 \\ 3 & 4 \end{array}\right]$ is invertible.

Exemple 2 : For all $n\in\mathbb N^$ :

$\sum_{i=0}^n \frac{n(n+1)}{2}$

Exemple 3 : An integral calculus :

$\int_0^{+\infty} \frac{\sin t}{t}\, dt=\frac{\pi}{2}$

Exemple 4 :

  • Inline : $\lim_{n\to\infty} n!\left(e-\sum_{k=0}^n\frac{1}{k!}\right)=0$.
  • Displaystyle :

    $\lim_{n\to\infty} n!\left(e-\sum_{k=0}^n\frac{1}{k!}\right)=0$

Exemple 5 :

$A = \left[\begin{array}{ccc}a_1-\lambda&a_2&a_3 \\ a_1&a_2-\lambda&a_3 \\ a_1&a_2&a_3-\lambda\end{array}\right]$

Exemple 6 :

$\begin{eqnarray}\frac{3x+5}(x-3)(x-1)&=&\fracā{x-3}+\frac{b}{x-1} \\ &=&\fracā{x-3}+\frac{b}{x-1} \\&=&\frac(a+b)x-a-3b}{(x-3)(x-1) \end{eqnarray}$

Exemple 7 :

$\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1}}}}}}$