https://bugzilla.wikimedia.org/show_bug.cgi?id=50235
--- Comment #8 from physikerwelt <[email protected]> --- (In reply to comment #6) > now im getting > > > Failed to parse (PNG conversion failed; check for correct installation of > latex > and dvipng (or dvips + gs + convert)): s_k Ok this is quite normal if you have not installed latex and dvipng. You can try out MathML rendering which does not require Latex to be installed by setting $wgUseLaTeXML = true; // enabeling MathJax as rendering option $wgDefaultUserOptions['math'] = MW_MATH_LATEXML; // setting LaTeXML as default rendering option (optional) in the LocalSettings.php file. See http://www.mediawiki.org/wiki/Extension:Math for more information. -- 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
