From f7c53f3af6dff3f14f03007a4e52780ced76cf75 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 25 Dec 2009 21:47:42 +0000 Subject: [PATCH] Add a FIXME. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32634 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathScript.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mathed/InsetMathScript.cpp b/src/mathed/InsetMathScript.cpp index 7912f9b1b1..1af0e57345 100644 --- a/src/mathed/InsetMathScript.cpp +++ b/src/mathed/InsetMathScript.cpp @@ -612,6 +612,10 @@ void InsetMathScript::mathematica(MathematicaStream & os) const } +// FIXME XHTML +// It may be worth trying to output munder, mover, and munderover +// in certain cases, e.g., for display formulas. But then we would +// need to know if we're in a display formula. void InsetMathScript::mathmlize(MathStream & os) const { bool d = hasDown() && down().size(); -- 2.39.2