mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39219 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
863a4d1906
commit
dfc2a2792e
@ -54,6 +54,9 @@ void InsetMathBox::normalize(NormalStream & os) const
|
||||
|
||||
void InsetMathBox::mathmlize(MathStream & ms) const
|
||||
{
|
||||
// FIXME Need to do something special for tags here.
|
||||
// Probably will have to involve deferring them, which
|
||||
// means returning something from this routine.
|
||||
SetMode textmode(ms, true);
|
||||
ms << MTag("mstyle", "class='mathbox'")
|
||||
<< cell(0)
|
||||
|
Loading…
Reference in New Issue
Block a user