[line 44]
This is a PHP5 class for generating images from LaTeX Formulas.
This class is based on the following: LaTeX Rendering Class v0.8 (Licensed under GPL 2) Copyright (C) 2003 Benjamin Zeiss <zeiss@math.uni-goettingen.de> Currently the project is maintained by Steve Mayer. Please check the following Website to obtain the original source code: http://www.mayer.dial.pipex.com/tex.htm
Tries to match the LaTeX Formula given as argument against the formula cache. If the picture has not been rendered before, it'll try to render the formula and drop it in the picture cache directory.
Tags:
return:
webserver based URL to a picture which contains the requested LaTeX formula. If anything fails, the result value is false.