Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/214328
Change subject: Add mathtex as default to the LaTeXML options ...................................................................... Add mathtex as default to the LaTeXML options LaTeXML printed out the original input tex as xml annotation. This behaviour was changed recently. This changed adjusts the defaults in the same way as it was done in the LaTeXML internal templates. See https://github.com/brucemiller/LaTeXML/commit/a7e2e8650f1f9c78cca5a5a9def46b2ddc33a6e5 Change-Id: I4f4551a46d0724c36a5a3b4fb7bf9c7ae7af63ca --- M Math.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math refs/changes/28/214328/1 diff --git a/Math.php b/Math.php index 5440dd8..266795e 100644 --- a/Math.php +++ b/Math.php @@ -162,6 +162,7 @@ 'whatsout' => 'math', 'pmml', 'cmml', + 'mathtex', 'nodefaultresources', 'preload' => array( 'LaTeX.pool', 'article.cls', -- To view, visit https://gerrit.wikimedia.org/r/214328 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4f4551a46d0724c36a5a3b4fb7bf9c7ae7af63ca Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Math Gerrit-Branch: master Gerrit-Owner: Physikerwelt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
