]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.h
FindAdv: Comments
[lyx.git] / src / tex2lyx / Context.h
index 47b39fc37c1f8d43e89f9b5d63cdef0da85ddd11..64d69e356106b64d2f9fe11cd0f1a31727375f04 100644 (file)
@@ -130,6 +130,8 @@ public:
        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;
@@ -163,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);