]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_hash.C
support for fraktur font in mathed
[features.git] / src / mathed / math_hash.C
index 40297fc95309b31afdc3557217d00227aacf8a7b..cb86552258ad061be11c94aa98c2f8bf94cb861b 100644 (file)
@@ -92,6 +92,7 @@ key_type wordlist_array[] =
        {"mathbb",  LM_TK_FONT, LM_TC_BB},
        {"mathbf",  LM_TK_FONT, LM_TC_BF},
        {"mathcal",  LM_TK_FONT, LM_TC_CAL},
+       {"mathfrak",  LM_TK_FONT, LM_TC_EUFRAK},
        {"mathit",  LM_TK_FONT, LM_TC_IT},
        {"mathnormal",  LM_TK_FONT, LM_TC_VAR},
        {"mathrm",  LM_TK_FONT, LM_TC_RM},