]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
findadv: using \w instead of [[:word:]] makes test-case std::regex compatible; also...
[lyx.git] / src / BufferParams.h
index 200b6d43963633041af86fceed784b6c3098773e..3b0b8a79de784a50714906513361368d40f1f379 100644 (file)
@@ -101,6 +101,17 @@ public:
        ///
        void setDefSkip(VSpace const & vs);
 
+       ///
+       HSpace const & getMathIndentation() const;
+       ///
+       void setMathIndentation(HSpace const & indent);
+
+       /// Whether formulas are indented
+       bool is_math_indent;
+
+       /// the indentation of formulas
+       std::string math_indentation;
+
        /** Whether paragraphs are separated by using a indent like in
         *  articles or by using a little skip like in letters.
         */
@@ -280,6 +291,8 @@ public:
        std::string fonts_cjk;
        /// use LaTeX microtype package
        bool use_microtype;
+       /// use font ligatures for en- and em-dashes
+       bool use_dash_ligatures;
        ///
        Spacing & spacing();
        Spacing const & spacing() const;