mathtexfilter
Categories
Component ID
2111489
Component name
mathtexfilter
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Replace every latex equation definition provided between [mathtex] and [/mathtex] by the corresponding image computed by the mathtex library
This module is doing more than just call mathtex. It first check if the LaTeX code corresponding image already exist on the server, and, if not, call mathtex to create it, and then provide it to the page content as a clean img tag, allowing compliance to other modules as print.
Exemple :
[mathtex]frac{sumlimits_{i=1}^4(X_{i}-170)^{2}}{4}=[/mathtex]
will be filtered in :
<img src="http://path_to_mathtex_images_directory/5671e06afb095264c085b7105c250bfc.gif" alt="Mathtex:frac{sumlimits_{i=1}^4(X_{i}-170)^{2}}{4}=" align="middle" border="0" height="50" width="110">
resulting in :

