]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.cpp
MathML for InsetMathBoldSymbol.
[lyx.git] / src / mathed / InsetMathBoldSymbol.cpp
index 7382dc4dae30eaf6d1c927369cb789ba734a9f72..dd41bb03287bdc85f4ba013d09109b023da752fa 100644 (file)
@@ -106,6 +106,12 @@ void InsetMathBoldSymbol::write(WriteStream & os) const
 }
 
 
+void InsetMathBoldSymbol::mathmlize(MathStream & os) const
+{
+       os << "<mstyle mathvariant='bold'>" << cell(0) << "</mstyle>";
+}
+
+
 void InsetMathBoldSymbol::infoize(odocstream & os) const
 {
        switch (kind_) {