From c36c9d7fb4f31e355366a199b9ab3567d8beadd4 Mon Sep 17 00:00:00 2001 From: physikerwelt Date: Thu, 28 May 2015 14:26:56 +0200 Subject: [PATCH] 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 --- Math.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Math.php b/Math.php index 5440dd8..266795e 100644 --- a/Math.php +++ b/Math.php @@ -162,6 +162,7 @@ $wgMathDefaultLaTeXMLSetting = array( 'whatsout' => 'math', 'pmml', 'cmml', + 'mathtex', 'nodefaultresources', 'preload' => array( 'LaTeX.pool', 'article.cls',