MathML and HTML definitely can't handle XYMatrix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35025 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-07-29 15:38:01 +00:00
parent 7a8a1eca21
commit c8bc76b333
2 changed files with 16 additions and 0 deletions

View File

@ -140,4 +140,16 @@ void InsetMathXYMatrix::validate(LaTeXFeatures & features) const
}
void InsetMathXYMatrix::mathmlize(MathStream &) const
{
throw MathExportException();
}
void InsetMathXYMatrix::htmlize(HtmlStream &) const
{
throw MathExportException();
}
} // namespace lyx

View File

@ -47,6 +47,10 @@ public:
void validate(LaTeXFeatures & features) const;
///
InsetCode lyxCode() const { return MATH_XYMATRIX_CODE; }
///
void mathmlize(MathStream &) const;
///
void htmlize(HtmlStream &) const;
private:
///