ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Old ilMathJax class This class is kept temporary to prevent PHP errors in the components calling it. More...
Public Member Functions | |
setZoomFactor (float $a_factor) | |
init (string $a_purpose=self::PURPOSE_BROWSER) | |
includeMathJax (?ilGlobalTemplateInterface $a_tpl=null) | |
insertLatexImages (string $a_text, ?string $a_start='[tex]', ?string $a_end='[/tex]') | |
Static Public Member Functions | |
static | getInstance () |
Data Fields | |
const | PURPOSE_BROWSER = 'browser' |
const | PURPOSE_EXPORT = 'export' |
Static Protected Attributes | |
static self | $_instance |
Old ilMathJax class This class is kept temporary to prevent PHP errors in the components calling it.
It has no function anymore. It will be removes once all calls replaced
Definition at line 29 of file class.ilMathJax.php.
|
static |
Definition at line 39 of file class.ilMathJax.php.
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\buildExportFile(), ILIAS\components\Export\HTML\Util\exportCOPageFiles(), ILIAS\components\ILIAS\Glossary\Table\TermListTable\getDataRetrieval(), ilPresentationTableGUI\getShortTextForTerm(), ilGlossaryTermGUI\output(), and ilPageObjectGUI\showPage().
ilMathJax::includeMathJax | ( | ?ilGlobalTemplateInterface | $a_tpl = null | ) |
Definition at line 63 of file class.ilMathJax.php.
ilMathJax::init | ( | string | $a_purpose = self::PURPOSE_BROWSER | ) |
Definition at line 55 of file class.ilMathJax.php.
ilMathJax::insertLatexImages | ( | string | $a_text, |
?string | $a_start = '[tex]' , |
||
?string | $a_end = '[/tex]' |
||
) |
Definition at line 71 of file class.ilMathJax.php.
ilMathJax::setZoomFactor | ( | float | $a_factor | ) |
Definition at line 47 of file class.ilMathJax.php.
|
staticprotected |
Definition at line 34 of file class.ilMathJax.php.
const ilMathJax::PURPOSE_BROWSER = 'browser' |
Definition at line 31 of file class.ilMathJax.php.
const ilMathJax::PURPOSE_EXPORT = 'export' |
Definition at line 32 of file class.ilMathJax.php.
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\buildExportFile(), and ILIAS\components\Export\HTML\Util\exportCOPageFiles().