]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
#10285 and #10542 - Add sips as a fallback converter for Mac to provide preview of...
[features.git] / src / BufferParams.h
index 3b4724d400da1607b124652a01584c05c699c01b..51029478e4ab372aa4c16517f74051faa00c4e24 100644 (file)
@@ -109,6 +109,15 @@ public:
        /// Whether formulas are indented
        bool is_math_indent;
 
+
+       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.
         */