mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +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
|
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);
|
SetMode textmode(ms, true);
|
||||||
ms << MTag("mstyle", "class='mathbox'")
|
ms << MTag("mstyle", "class='mathbox'")
|
||||||
<< cell(0)
|
<< cell(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user