]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Add acmart template
[lyx.git] / src / BufferParams.h
index 14935a9370ceda7c0acb2fb1311ab68d4a59ee52..51029478e4ab372aa4c16517f74051faa00c4e24 100644 (file)
@@ -39,7 +39,6 @@ class Bullet;
 class DocumentClass;
 class Encoding;
 class Font;
-class HSpace;
 class IndicesList;
 class Language;
 class LayoutFile;
@@ -103,15 +102,21 @@ public:
        void setDefSkip(VSpace const & vs);
 
        ///
-       HSpace const & getMathIndentation() const;
+       Length const & getMathIndent() const;
        ///
-       void setMathIndentation(HSpace const & indent);
+       void setMathIndent(Length const & indent);
 
        /// Whether formulas are indented
        bool is_math_indent;
 
-       /// the indentation of formulas
-       std::string math_indentation;
+
+       enum  MathNumber { DEFAULT, LEFT, RIGHT };
+       /// number formulas on left/right/default
+       MathNumber math_number;
+
+       /// Convenience function for display: like math_number, but
+       /// DEFAULT is replaced by the best guess we have.
+       MathNumber getMathNumber() const;
 
        /** Whether paragraphs are separated by using a indent like in
         *  articles or by using a little skip like in letters.