]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hash.C
crude support for a few more AMS constructs
[lyx.git] / src / mathed / math_hash.C
index 8a56952d2b3aba8041a9ace465eb2ab3b45148c5..dbf5d58da4884764c63182fab192c5711d6a2ec9 100644 (file)
@@ -68,6 +68,11 @@ key_type wordlist_array[] =
        {"ddot",  LM_TK_DECORATION, 0},
        {"dddot",  LM_TK_DECORATION, 0},
        {"ddots",  LM_TK_DOTS, 0},
+       {"dotsb",  LM_TK_DOTS, 0},
+       {"dotsc",  LM_TK_DOTS, 0},
+       {"dotsi",  LM_TK_DOTS, 0},
+       {"dotsm",  LM_TK_DOTS, 0},
+       {"dotso",  LM_TK_DOTS, 0},
        {"deg",  LM_TK_FUNC, 0},
        {"det",  LM_TK_FUNCLIM, 0},
        {"dim",  LM_TK_FUNC, 0},