Math & TeX

Add a mathTeX block to a page when you want to display a mathematical formula in your documentation

You can use the mathTeX format to include mathematical formulae in your documentation. We offer this through the KaTeXarrow-up-right library.

You can also add mathTeX as inline content.

Example of Math & TeX block

s=1N1i=1N(xix)2s = \sqrt{\frac{1}{N-1} \sum_{i=1}^N (x_i - \overline{x})^2}

Representation in Markdown

f(x)=xe2piiξxf(x) = x * e^{2 pi i \xi x}

# Math and TeX block

$$f(x) = x * e^{2 pi i \xi x}$$

Last updated

Was this helpful?