jenkins-bot has submitted this change and it was merged. 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/a7e2e86 Change-Id: I4f4551a46d0724c36a5a3b4fb7bf9c7ae7af63ca --- M Math.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Frédéric Wang: Looks good to me, approved Hcohl: Looks good to me, but someone else must approve jenkins-bot: Verified 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: merged Gerrit-Change-Id: I4f4551a46d0724c36a5a3b4fb7bf9c7ae7af63ca Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/Math Gerrit-Branch: master Gerrit-Owner: Physikerwelt <[email protected]> Gerrit-Reviewer: Dginev <[email protected]> Gerrit-Reviewer: Frédéric Wang <[email protected]> Gerrit-Reviewer: Hcohl <[email protected]> Gerrit-Reviewer: TheDJ <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
