LaTeX filter

Categories

Component ID

1184802

Component name

LaTeX filter

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

723

Component created

Component changed

Component body

This filter let's you insert LaTeX formulas to site content.

Syntax: $$latex$$. E. g.: $$Large f(x)=int_{-infty}^x e^{-t^2}dt$$

mimeTeX is used for rendering (included). It's run by system() call, so make chmod +x to mimetex.* executable file at mimetex/ directory.

It's more light version of module drutex. Only 2 kb of php-code.