|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | filter_tex |
Namespaces | |
| namespace | filter |
Functions | |
| filter_text_image ($imagefile, $tex, $height, $width, $align, $alt) | |
| filter_text_image | ( | $ | imagefile, |
| $ | tex, | ||
| $ | height, | ||
| $ | width, | ||
| $ | align, | ||
| $ | alt | ||
| ) |
Create TeX image link.
| string | $imagefile | name of file |
| string | $tex | TeX notation (html entities already decoded) |
| int | $height | O means automatic |
| int | $width | O means automatic |
| string | $align | |
| string | $alt |
Definition at line 48 of file filter.php.

