mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
parent
477e36db9f
commit
91a85dd96a
@ -178,7 +178,6 @@ void InsetMathFont::htmlize(HtmlStream & os) const
|
||||
else if (tag == "mathtt" || tag == "texttt")
|
||||
variant = "monospace";
|
||||
else if (tag == "textipa" || tag == "textsc" || tag == "noun")
|
||||
// TODO: MathML doesn't seem to support small caps!
|
||||
variant = "noun";
|
||||
|
||||
docstring const beg = (tag.size() < 4) ? from_ascii("") : tag.substr(0, 4);
|
||||
|
Loading…
Reference in New Issue
Block a user