]> git.lyx.org Git - features.git/blobdiff - src/insets/insetlatex.h
FILMagain changes (will need some work)
[features.git] / src / insets / insetlatex.h
index 591c8eefd87814e8a2014f3b4bf8cf2a8d905584..ad875ced24903c7b11ef3b73c506d594f4da7943 100644 (file)
@@ -29,6 +29,7 @@ public:
        ///
        InsetLatex();
        ///
+       explicit
        InsetLatex(string const & string);
        ///
        ~InsetLatex();
@@ -43,12 +44,14 @@ public:
        ///
        void Write(FILE * file);
        ///
-       void Read(LyXLex & lex);
+       void Read(Buffer const *, LyXLex & lex);
        ///
        int Latex(FILE * file, signed char fragile, bool free_spc);
        ///
        int Latex(string & file, signed char fragile, bool free_spc);
        ///
+       int Ascii(string & file) const;
+       ///
        int Linuxdoc(string & file);
        ///
        int DocBook(string & file);