LaTeX

Mathematical formulas can be added to text modules by using the LaTeX syntax. If you are not familiar with this syntax type, the easiest way to begin adding mathematical formulas to your text modules is by using a tool that converts handwritten formulas to LaTeX. To do this, you can use the following demo, for example: https://webdemo.myscript.com/views/math/index.html

To search for the LaTeX codes for individual mathematical symbols, it might be easier to use a directory such as http://detexify.kirelabs.org/classify.html.

For a complete list of symbols supported by the LaTeX syntax, see http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf.

Instead of the usual "\begin{math}" code, the Peda.net platform distinguishes LaTeX code from normal text with double brackets and a dollar sign "[[­$". Conversely, the end of LaTeX code is marked with a dollar sign and closed double brackets "$­]]".

To give your formulas more space, you can add another dollar sign to the code: "[[­$$" and "$$­]]". This gives LaTeX more vertical space to write the formula.

If you choose the ”pedanetmath” tool from the toolbar's ”Insert” tab, the beginning and ending codes for LaTeX are automatically added.