]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathFont.h
index 88c83165e94dd95140ae96f2f8c4fd611e165f4f..2dc524177ec391bad471a1eb08a13c1a3c8ef34e 100644 (file)
@@ -34,6 +34,8 @@ public:
        /// do we allow changing mode during latex export?
        bool lockedMode() const;
        ///
+       void write(WriteStream & os) const;
+       ///
        docstring name() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -57,6 +59,8 @@ public:
        InsetCode lyxCode() const { return MATH_FONT_CODE; }
 
 private:
+       std::string font() const;
+       ///
        virtual Inset * clone() const;
        /// the font to be used on screen
        latexkeys const * key_;