]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser.h
typo
[lyx.git] / src / mathed / MathParser.h
index cd0f2b9f59adbda68f04b9ad4b0e4ac2c13a325d..20403de5fb66fa11ed1683eef07889d7fd3d8f34 100644 (file)
@@ -52,8 +52,13 @@ public:
         * on screen.
         */
        docstring draw;
+       /// the same thing, but as an alternative in display mode
+       // Useful for \sum operator, for example
+       docstring dsp_draw;
        /// operator/..., fontname e
        docstring extra;
+       /// how is this called as HTML entity in MathML?
+       docstring htmlname;
        /// how is this called as XML entity in MathML?
        docstring xmlname;
        /// required LaTeXFeatures