]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.cpp
Improve the list of equations
[lyx.git] / src / mathed / InsetMathKern.cpp
index 8373b61fbf425988ff15afecaa9b0cd98cb0b97f..d223887e3b6c2d712f0c9a4a1b577dc1e285b70c 100644 (file)
@@ -77,4 +77,12 @@ void InsetMathKern::normalize(NormalStream & os) const
 }
 
 
+void InsetMathKern::infoize2(odocstream & os) const
+{
+       os << "Kern";
+       if (!wid_.empty())
+               os << ": " << from_utf8(wid_.asLatexString());
+}
+
+
 } // namespace lyx