Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 163 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
latex:: (2 methods):
__construct()
latex()
name:: (4 methods):
supported()
construct_latex_document()
execute()
render()
__construct() X-Ref |
Constructor - create temporary directories and build paths to external 'helper' binaries. Other platforms could/should be added |
latex() X-Ref |
Old syntax of class constructor. Deprecated in PHP7. |
supported() X-Ref |
Accessor function for support_platform field. return: boolean value of supported_platform |
construct_latex_document($formula, $fontsize = 12) X-Ref |
Turn the bit of TeX into a valid latex document param: string $forumula the TeX formula param: int $fontsize the font size return: string the latex document |
execute( $command, $log=null ) X-Ref |
execute an external command, with optional logging param: string $command command to execute param: file $log valid open file handle - log info will be written to this file return: return code from execution of command |
render( $formula, $filename, $fontsize=12, $density=240, $background='', $log=null ) X-Ref |
Render TeX string into gif/png param: string $formula TeX formula param: string $filename filename for output (including extension) param: int $fontsize font size param: int $density density value for .ps to .gif/.png conversion param: string $background background color (e.g, #FFFFFF). param: file $log valid open file handle for optional logging (debugging only) return: bool true if successful |