]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_defs.h
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / math_defs.h
index 356ec41193233bd0a5fd3e165aab6c49c94d7376..51c6a7b28e232a5df4b83446b0de0868d0b1adff 100644 (file)
@@ -55,16 +55,18 @@ enum MathTextCodes  {
 
        ///
        LM_FONT_BEGIN,
-       /// Internal code for constants  4
-       LM_TC_CONST,
        /// Internal code for variables
        LM_TC_VAR,
        ///
+       LM_TC_CONST,
+       ///
        LM_TC_RM,
        ///
        LM_TC_CAL,
        ///
        LM_TC_BF,
+       //
+       LM_TC_BB,
        ///
        LM_TC_SF,
        ///
@@ -73,18 +75,28 @@ enum MathTextCodes  {
        LM_TC_IT,
        ///
        LM_TC_TEXTRM,
-       /// Math mode TeX characters ",;:{}"  20
+       /// Math mode TeX characters ",;:{}"  
        LM_TC_TEX,
-       /// Special characters "{}&#_%"
-       LM_TC_SPECIAL,
-       /// Internal code for operators  22
-       LM_TC_BOP,
+       /// Internal code when typing greek
+       LM_TC_GREEK,
+       /// Internal code when typing a single greek character
+       LM_TC_GREEK1,
        /// Internal code for symbols
        LM_TC_SYMB,
+       /// internal code for symbols that get bigger in displayed math
+       LM_TC_BOLDSYMB,
+       ///
+       LM_TC_CMR,
+       ///
+       LM_TC_CMSY,
        ///
-       LM_TC_BOPS,
+       LM_TC_CMM,
        ///
-       LM_TC_BSYM,
+       LM_TC_CMEX,
+       ///
+       LM_TC_MSA,
+       ///
+       LM_TC_MSB,
        ///
        LM_FONT_END,
        
@@ -106,19 +118,19 @@ enum MathInsetTypes  {
        ///
        LM_OT_ALIGNAT,
        ///
-       LM_OT_XALIGN,
+       LM_OT_XALIGNAT,
        ///
-       LM_OT_XXALIGN,
+       LM_OT_XXALIGNAT,
        ///
        LM_OT_MULTLINE,
+       ///
+       LM_OT_GATHER,
        /// An array
        LM_OT_MATRIX,
 
        /// A LaTeX macro
        LM_OT_UNDEF,
        ///
-       LM_OT_FUNC,
-       ///
        LM_OT_FUNCLIM,
        ///
        LM_OT_MACRO,
@@ -128,7 +140,7 @@ enum MathInsetTypes  {
 
 
 ///
-enum MathBinaryTypes {
+enum MathSymbolTypes {
        ///
        LMB_NONE = 0,
        ///