mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
8fa637a36f
commit
f7c53f3af6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user