]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.h
FindAdv: Comments
[lyx.git] / src / tex2lyx / Context.h
index b88a921f33e6c0ac8466e6912cd56c18d8bf5aa0..64d69e356106b64d2f9fe11cd0f1a31727375f04 100644 (file)
@@ -128,6 +128,10 @@ public:
        std::string extra_stuff;
        /// We may need to add something after this \\begin_layout command
        std::string par_extra_stuff;
+       /// We may need to add something at the beginning of a list.
+       std::string list_extra_stuff;
+       /// A LaTeXParam to be ignored in parsing.
+       std::string latexparam;
        /// If there has been an \\begin_deeper, we'll need a matching
        /// \\end_deeper
        bool need_end_deeper;
@@ -161,6 +165,8 @@ public:
        TeXFont font;
        /// font attributes of normal text
        static TeXFont normalfont;
+       /// Table rotation angle
+       int tablerotation;
 
 private:
        void begin_layout(std::ostream & os, Layout const * const & l);