math-jax
Reactive icon

Math Jax

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 16 July 2025
 by 
5.0
 (3 ratings)
math-jax

Math Jax

Documentation
1.0.1

This component allows you to render beautiful, textbook-quality math expressions in OutSystems Reactive Web Apps using the MathJax library.

It supports expressions written in LaTeX, a standard markup language for mathematical typesetting. The rendering is client-side using MathJax via a CDN, ensuring fast and accurate display across all modern browsers.


Supported Math Syntax

This component supports a wide range of LaTeX math commands, including:

  • Fractions\frac{a}{b}

  • Roots\sqrt{x}\sqrt[3]{x}

  • Integrals\int_{a}^{b} f(x) dx

  • Sums and Products\sum\prod

  • Matrices\begin{bmatrix} a & b \\ c & d \end{bmatrix}

  • Greek letters\alpha, \beta, \gamma, \pi, \theta

  • Trigonometry, logs, limits, etc.


Learn More LaTeX Syntax

For a full guide to LaTeX math expressions, visit:
🔗 Wikibooks: LaTeX/Mathematics

This resource provides in-depth examples and syntax references for every type of mathematical expression supported by MathJax.


Example Input Strings

latex
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
latex
\lim_{x \to \infty} \left(1 + \frac{1}{x} \right)^x = e
latex
\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}

1.0.0

This component allows you to render beautiful, textbook-quality math expressions in OutSystems Reactive Web Apps using the MathJax library.

It supports expressions written in LaTeX, a standard markup language for mathematical typesetting. The rendering is client-side using MathJax via a CDN, ensuring fast and accurate display across all modern browsers.


Supported Math Syntax

This component supports a wide range of LaTeX math commands, including:

  • Fractions: \frac{a}{b}

  • Roots: \sqrt{x}, \sqrt[3]{x}

  • Integrals: \int_{a}^{b} f(x) dx

  • Sums and Products: \sum, \prod

  • Matrices: \begin{bmatrix} a & b \\ c & d \end{bmatrix}

  • Greek letters: \alpha, \beta, \gamma, \pi, \theta

  • Trigonometry, logs, limits, etc.


Learn More LaTeX Syntax

For a full guide to LaTeX math expressions, visit:
🔗 Wikibooks: LaTeX/Mathematics

This resource provides in-depth examples and syntax references for every type of mathematical expression supported by MathJax.


Example Input Strings

latex
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
latex
\lim_{x \to \infty} \left(1 + \frac{1}{x} \right)^x = e
latex
\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}