mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
FIXME
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31984 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
886304a588
commit
90f392425f
@ -967,6 +967,9 @@ void InsetMathGrid::normalize(NormalStream & os) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// FIXME We might want to check here if we actually have any
|
||||||
|
// kind of table structure, and only output the surrounding
|
||||||
|
// tags if we do, otherwise just outputting <mrow>.
|
||||||
void InsetMathGrid::mathmlize(MathStream & os) const
|
void InsetMathGrid::mathmlize(MathStream & os) const
|
||||||
{
|
{
|
||||||
os << MTag("mtable");
|
os << MTag("mtable");
|
||||||
|
Loading…
Reference in New Issue
Block a user