Add a FIXME.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32634 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-25 21:47:42 +00:00
parent 8fa637a36f
commit f7c53f3af6

View File

@ -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 void InsetMathScript::mathmlize(MathStream & os) const
{ {
bool d = hasDown() && down().size(); bool d = hasDown() && down().size();