https://bugzilla.wikimedia.org/show_bug.cgi?id=50235
--- Comment #17 from physikerwelt <[email protected]> --- oh sorry my fault. This only works with the current master branch if you use git try cd extensions git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Math.git git checkout master in that case this config should be sufficient require_once("$IP/extensions/Math/Math.php"); //$wgTmpDirectory = "$wgScriptPath/images/tmp"; //$wgTexvc = '/var/www/rnd-wiki/extensions/Math/math/texvc'; $wgUseLaTeXML = true; // enabeling MathJax as rendering option $wgDefaultUserOptions['math'] = MW_MATH_LATEXML; -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
