Public Member Functions | |
wrap ($thunk) | |
render_latex ($thunk, $hash) | |
cleanup ($hash) | |
transform ($text) | |
Data Fields | |
$LATEX_PATH = "/usr/bin/latex" | |
$DVIPS_PATH = "/usr/bin/dvips" | |
$CONVERT_PATH = "/usr/bin/convert" | |
$TMP_DIR = "./cache" | |
$CACHE_DIR = "/var/www/html/workspace2/pragyan_v2/cms/modules/article/latex/demo/pictures" | |
$URL_PATH = "http://pragyan.org/workspace2/pragyan_v2/cms/modules/article/latex/demo/pictures" |
Definition at line 16 of file latexRender.class.php.
cleanup | ( | $ | hash | ) |
Definition at line 72 of file latexRender.class.php.
render_latex | ( | $ | thunk, | |
$ | hash | |||
) |
Definition at line 43 of file latexRender.class.php.
transform | ( | $ | text | ) |
Definition at line 83 of file latexRender.class.php.
wrap | ( | $ | thunk | ) |
Definition at line 26 of file latexRender.class.php.
$CACHE_DIR = "/var/www/html/workspace2/pragyan_v2/cms/modules/article/latex/demo/pictures" |
Definition at line 23 of file latexRender.class.php.
$CONVERT_PATH = "/usr/bin/convert" |
Definition at line 20 of file latexRender.class.php.
$DVIPS_PATH = "/usr/bin/dvips" |
Definition at line 19 of file latexRender.class.php.
$LATEX_PATH = "/usr/bin/latex" |
Definition at line 18 of file latexRender.class.php.
$TMP_DIR = "./cache" |
Redefined in transform()
Definition at line 22 of file latexRender.class.php.
$URL_PATH = "http://pragyan.org/workspace2/pragyan_v2/cms/modules/article/latex/demo/pictures" |
Definition at line 24 of file latexRender.class.php.