]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Context.h
tex2lyx: support rotated longtable
[features.git] / src / tex2lyx / Context.h
index e48bdf35d67b4bf118ef9fb71f1bfce7a0e8f85d..4fd1ff28bb793200ec1881bc8a1787467a73ae75 100644 (file)
@@ -165,6 +165,8 @@ public:
        TeXFont font;
        /// font attributes of normal text
        static TeXFont normalfont;
+       /// A rotated longtable
+       bool rotlongtable;
 
 private:
        void begin_layout(std::ostream & os, Layout const * const & l);