]> git.lyx.org Git - features.git/blobdiff - src/buffer.h
clear()->erase() ; lots of using directives for cxx
[features.git] / src / buffer.h
index 32f669e59acb8021c94f9a5c34719d2d8eb3bcfc..8cfa12ad98bd6ea0e8aac9130bdc82653a93fc26 100644 (file)
@@ -153,6 +153,12 @@ public:
        void makeLaTeXFile(string const & filename,
                           string const & original_path,
                           bool nice, bool only_body = false);
+       //
+       // LaTeX all paragraphs from par to endpar,
+       // if endpar == 0 then to the end
+       //
+       void latexParagraphs(std::ostream & os, LyXParagraph *par,
+                            LyXParagraph *endpar, TexRow & texrow);
 
        ///
        int runLaTeX();