Wiki pages make it possible you to insert a formula in TeX format

To render the formulas make use of the program mimeTeX. In the version for Windows mimeTex attached and located in the directory "tools\mimetex", under Linux mimeTeX need to install yourself. In the deb-package mimeTeX is dependent.

Formulas are between brackets [=]. For example, the command {$ y = \ bigsum_ {i =- \ infty} ^ {\ infty} a_i $} will display the following formula:

You can also use the command \fontN, where N (from 1 to 5) indicates the font size. Than N bigger the larger the font

FormulaResult
{$ y = \bigsum_{i=-\infty}^{\infty}a_i $}
Размер по умолчанию (\font3)
{$ \font1 y = \bigsum_{i=-\infty}^{\infty}a_i $}
{$ \font2 y = \bigsum_{i=-\infty}^{\infty}a_i $}
{$ \font3 y = \bigsum_{i=-\infty}^{\infty}a_i $}
{$ \font4 y = \bigsum_{i=-\infty}^{\infty}a_i $}
{$ \font5 y = \bigsum_{i=-\infty}^{\infty}a_i $}