LaTeX FormulasΒΆ

Here is an example of LaTeX formula:

\int_0^\infty e^{-x^2} dx=\frac{\sqrt{\pi}}{2}

Here is another one with multiple lines:

\frac{1}{\displaystyle 1+
   \frac{1}{\displaystyle 2+
      \frac{1}{\displaystyle 3+x}}} +
       \frac{1}{1+\frac{1}{2+\frac{1}{3+x}}}

This is an inline formula: \int 1 = x + C \nonumber\\.

Previous topic

Reproducible Research in Python

Next topic

Syntax Highlighting

This Page