]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
"Inter-word Space"
[lyx.git] / src / paragraph_funcs.h
index 3270494e658c20e832b3209872b28d550967a7d5..80043153131ae456e3850ae4db4baca8b742511d 100644 (file)
 #define PARAGRAPH_FUNCS_H
 
 #include "ParagraphList.h"
-#include "paragraph.h"
 #include "support/types.h"
 
 class Buffer;
 class BufferParams;
 class TexRow;
+class LatexRunParams;
 class LyXLex;
 
 ///
@@ -63,11 +63,10 @@ int getEndLabel(ParagraphList::iterator pit,
 
 void latexParagraphs(Buffer const * buf,
                     ParagraphList const & paragraphs,
-                    ParagraphList::iterator par,
-                    ParagraphList::iterator endpar,
                     std::ostream & ofs,
                     TexRow & texrow,
-                    bool moving_arg = false);
+                    LatexRunParams const &,
+                    string const & everypar = string());
 
 /// read a paragraph from a .lyx file. Returns number of unrecognised tokens
 int readParagraph(Buffer & buf, Paragraph & par, LyXLex & lex);