]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotable.C
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_macrotable.C
index b10d269f818737f1695a88b6b5d10d22283f3e06..978766ab5be514833619ea5047d77fa827b3c17d 100644 (file)
@@ -119,6 +119,18 @@ void MathMacroTable::builtinMacros()
                insertTemplate(t);
        }
 
+       {
+               MathMacroTemplate * t = new MathMacroTemplate("land", 0);
+               t->push_back(LM_wedge, LM_TC_SYMB);
+               insertTemplate(t);
+       }
+
+       {
+               MathMacroTemplate * t = new MathMacroTemplate("lor", 0);
+               t->push_back(LM_vee, LM_TC_SYMB);
+               insertTemplate(t);
+       }
+
        {
                MathMacroTemplate * t = new MathMacroTemplate("to", 0);
                t->push_back(LM_rightarrow, LM_TC_SYMB);
@@ -130,6 +142,7 @@ void MathMacroTable::builtinMacros()
                t->push_back(LM_bot, LM_TC_BOP);
                insertTemplate(t);
        }
+
 /*
        {
                MathMacroTemplate & m = createTemplate("lint", 4);