]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser_flags.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / MathParser_flags.h
index 41d5cd79820b4d0806572a0780e794df351218eb..ae516d11f9b0245f0fe55b4aaac43d377637955c 100644 (file)
@@ -23,8 +23,14 @@ enum flags {
        TEXTMODE = 0x01,
        /// Parse verbatim.
        VERBATIM = 0x02,
-       /// Quiet operation (no warnigs or errors).
-       QUIET = 0x04
+       /// Quiet operation (no warnings or errors).
+       QUIET = 0x04,
+       /// Wrap unicode symbols in \text{}.
+       USETEXT = 0x08,
+       /// Track macro creation while loading a document
+       TRACKMACRO = 0x10,
+       /// Parse a macro definition
+       MACRODEF = 0x20
 };