From dd7d76cc6c6bfba2272185ecd468bd1502c414c7 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 27 Mar 2013 12:05:00 -0400 Subject: [PATCH] Disable extractFunctions() for MathML and HTML output. I'm not sure there was all that much benefit to doing this, but if so then it could be re-enabled, if we fixed extractFunctions(). --- src/mathed/MathExtern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathExtern.cpp b/src/mathed/MathExtern.cpp index 2ac732bd7e..6edc97b107 100644 --- a/src/mathed/MathExtern.cpp +++ b/src/mathed/MathExtern.cpp @@ -977,8 +977,8 @@ void extractStructure(MathData & ar, ExternalMath kind) extractSums(ar); extractNumbers(ar); extractMatrices(ar); - extractFunctions(ar, kind); if (kind != MATHML && kind != HTML) { + extractFunctions(ar, kind); extractDets(ar); extractDiff(ar); extractExps(ar); -- 2.39.2