Manual:Hooks/MathAfterTexvc

From MediaWiki.org
Jump to: navigation, search
MathAfterTexvc
Available from version 1.7.0
Removed in version 1.18.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: Math.php

For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:MathAfterTexvc extensions.


Details [edit]

  • $math: current math object
  • $errmsg: error message