X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathParser_flags.h;h=9c9c4a3b95e7f204f27d5ed3adca3552655fdb03;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=41d5cd79820b4d0806572a0780e794df351218eb;hpb=02d28d981c0bdd8d621ec1333bf60ad1c592e43e;p=lyx.git diff --git a/src/mathed/MathParser_flags.h b/src/mathed/MathParser_flags.h index 41d5cd7982..9c9c4a3b95 100644 --- a/src/mathed/MathParser_flags.h +++ b/src/mathed/MathParser_flags.h @@ -24,7 +24,11 @@ enum flags { /// Parse verbatim. VERBATIM = 0x02, /// Quiet operation (no warnigs or errors). - QUIET = 0x04 + QUIET = 0x04, + /// Wrap unicode symbols in \text{}. + USETEXT = 0x08, + /// Track macro creation while loading a document + TRACKMACRO = 0x10 };