]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Add acmart template
[lyx.git] / src / BufferParams.h
index c913031ef83da3ffd3a9c97c380679ea2655861e..51029478e4ab372aa4c16517f74051faa00c4e24 100644 (file)
@@ -114,6 +114,10 @@ public:
        /// 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.
         */