mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
FIXME.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32701 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
805849d3e3
commit
dfe2d5ae4d
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user