Extension:Math/Hooks/MathAfterTexvc
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed from <tvar name=1>Math</tvar> in version <tvar name=ver>1.32.0</tvar>.</translate> <translate> Please see <tvar name=page>MathFormulaPostRender</tvar> for an alternative way to use this feature.</translate> |
MathAfterTexvc | |
---|---|
Available from version 1.7.0 (Gerrit change 189348) Removed in version 1.32.0 Called after TeX is processed just before saving the image to the right position and writing to database |
|
Define function: | public static function onMathAfterTexvc( &$math, &$errmsg ) { ... }
|
Attach hook: | $wgHooks['MathAfterTexvc'][] = 'MyExtensionHooks::onMathAfterTexvc';
|
Called from: | File(s): Math / MathTexvc.php Function(s): callTexvc |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:MathAfterTexvc extensions.
Details
- $math: current math object
- $errmsg: error message