git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32701 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-31 17:33:22 +00:00
parent 805849d3e3
commit dfe2d5ae4d

View File

@ -135,6 +135,8 @@ void InsetMathFont::mathmlize(MathStream & os) const
variant = "monospace";
// no support at present for textipa, textsc, noun
// FIXME We need some kind of "mode tracker", so we can
// just output verbatim text in some cases.
if (!variant.empty())
os << "<mstyle mathvariant='" << from_utf8(variant) << "'>"
<< cell(0) << "</mstyle>";