]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser.h
typo
[lyx.git] / src / mathed / MathParser.h
index 9ff6db1a91a2cb9f0f48932a99dfcda0972dc76d..20403de5fb66fa11ed1683eef07889d7fd3d8f34 100644 (file)
@@ -52,12 +52,17 @@ 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
-       std::string requires;
+       std::string required;
        /// Should this macro be hidden from autocompletion (since it requires
        /// user preamble code)?
        bool hidden;