From 52b5d2755683e588041c2d486bd1c56a3c742c27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 11 Dec 2001 15:10:16 +0000 Subject: [PATCH] allow \frak as synomnym to \mathfrak git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3190 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_hash.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/math_hash.C b/src/mathed/math_hash.C index cb86552258..6d0fb8ccec 100644 --- a/src/mathed/math_hash.C +++ b/src/mathed/math_hash.C @@ -70,6 +70,7 @@ key_type wordlist_array[] = {"end", LM_TK_END, 0}, {"exp", LM_TK_FUNC, 0}, {"frac", LM_TK_FRAC, 0}, + {"frak", LM_TK_FONT, LM_TC_EUFRAK}, {"gcd", LM_TK_FUNCLIM, 0}, {"grave", LM_TK_DECORATION, 0}, {"hat", LM_TK_DECORATION, 0}, -- 2.39.5