]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.h
Some new quote styles
[lyx.git] / src / tex2lyx / Context.h
index c5c45b06fb67e172c867c2098a472c18e6dd95ec..ad95f02b0b8bd374be5b90532146e9faeb2f468f 100644 (file)
@@ -40,11 +40,13 @@ public:
                family = "default";
                series = "default";
                shape = "default";
+               language = "english";
        }
        std::string size;
        std::string family;
        std::string series;
        std::string shape;
+       std::string language;
 };
 
 
@@ -111,7 +113,7 @@ public:
        /// Add extra stuff if not already there
        void add_extra_stuff(std::string const &);
 
-       /*! 
+       /*!
         *  Add paragraph-level extra stuff if not already there. This
         *  will be reset at the next check_layout()
         */
@@ -144,6 +146,8 @@ public:
         * would not work.
         */
        bool new_layout_allowed;
+       /// May -- be converted to endash and --- to emdash?
+       bool merging_hyphens_allowed;
        /// Did we output anything yet in any context?
        static bool empty;