Home » LaTeX

LaTeX

To add LaTeX code to your page:

Go into the edit mode of the page.

Use the following syntax: latex] insert LaTeX code here [/latex (the opening and closing square brackets have been omitted. Once done, just save the page and publish to see your LaTeX code. Here's an example: 
\int_0^\infty e^{-x^2} dx=\frac{\sqrt{\pi}}{2} 

In addition, you can also add the font color, background color, and size attributes to customize the LaTeX code.

Here's the code snippet to achieve the above results:

latex size = "4" color = "ff0000" background = "00ff00"]\int_0^\infty e^{-x^2} dx=\frac{\sqrt{\pi}}{2}[/latex
(Opening and closing square brackets have been omitted)

Read more here.