]> 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 30a157eb6fd93f5d967a8b2fac28f354c0baaaf0..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.
         */