]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_factory.C
new parser
[features.git] / src / mathed / math_factory.C
index 832d5ae0269c09ec3b1bd8dd652ec5c46b2feb1d..9128279744aa02dadd98d8b29a0fa10320263334 100644 (file)
@@ -11,6 +11,7 @@
 #include "math_macro.h"
 #include "math_macrotable.h"
 #include "math_noglyphinset.h"
+#include "math_notinset.h"
 #include "math_rootinset.h"
 #include "math_spaceinset.h"
 #include "math_sqrtinset.h"
@@ -38,6 +39,8 @@ MathInset * createMathInset(latexkeys const * l)
                case LM_TK_OVER:
                case LM_TK_FRAC:
                        return new MathFracInset;
+               case LM_TK_NOT:
+                       return new MathNotInset;
                case LM_TK_SQRT:
                        return new MathSqrtInset;
                case LM_TK_ROOT: