]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix fuer #209
[lyx.git] / src / paragraph.h
index 2aad07ade892d36e46669128a425fcbf48e8879b..29b201d3809a2eeb2c485d6d8f4613a316a0b64d 100644 (file)
@@ -123,6 +123,14 @@ public:
        Paragraph * TeXOnePar(Buffer const *, BufferParams const &,
                                 std::ostream &, TexRow & texrow,
                                 bool moving_arg);
+
+       /// 
+       int startTeXParParams(BufferParams const &, std::ostream &) const;
+
+       /// 
+       int endTeXParParams(BufferParams const &, std::ostream &) const;
+
+       
        ///
        bool simpleTeXOnePar(Buffer const *, BufferParams const &,
                             std::ostream &, TexRow & texrow, bool moving_arg);