Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes | Functions
filter.php File Reference

Moodle - Filter for converting TeX expressions to cached gif images. More...

Classes

class  filter_tex
 TeX filtering class. More...
 

Functions

 filter_text_image ($imagefile, $tex, $height, $width, $align, $alt)
 Create TeX image link. More...
 

Detailed Description

Moodle - Filter for converting TeX expressions to cached gif images.

This Moodle text filter converts TeX expressions delimited by either $$...$$ or by <tex...>...</tex> tags to gif images using mimetex.cgi obtained from http: *www.forkosh.com/mimetex.html authored by John Forkosh john@.nosp@m.fork.nosp@m.osh.c.nosp@m.om. Several binaries of this areincluded with this distribution. Note that there may be patent restrictions on the production of gif images in Canada and some parts of Western Europe and Japan until July 2004.

@subpackage tex

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later