From 8e5481d65f9b972f69d2dd05b594100e9604e801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 3 Jan 2002 13:31:37 +0000 Subject: [PATCH] scriptstyle, scriptscriptstyle, textstyle... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3285 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_hash.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mathed/math_hash.C b/src/mathed/math_hash.C index 99956ad3fd..59777ecb61 100644 --- a/src/mathed/math_hash.C +++ b/src/mathed/math_hash.C @@ -119,8 +119,8 @@ key_type wordlist_array[] = {"right", LM_TK_RIGHT, 0}, {"rm", LM_TK_OLDFONT, LM_TC_RM}, {"root", LM_TK_ROOT, 0}, - //{"scriptscriptstyle", LM_TK_STY, LM_ST_SCRIPTSCRIPT}, - //{"scriptstyle", LM_TK_STY, LM_ST_SCRIPT}, + {"scriptscriptstyle", LM_TK_STY, LM_ST_SCRIPTSCRIPT}, + {"scriptstyle", LM_TK_STY, LM_ST_SCRIPT}, {"sec", LM_TK_FUNC, 0}, {"sin", LM_TK_FUNC, 0}, {"sinh", LM_TK_FUNC, 0}, @@ -130,7 +130,7 @@ key_type wordlist_array[] = {"tan", LM_TK_FUNC, 0}, {"tanh", LM_TK_FUNC, 0}, {"textrm", LM_TK_FONT, LM_TC_TEXTRM}, - //{"textstyle", LM_TK_STY, LM_ST_TEXT}, + {"textstyle", LM_TK_STY, LM_ST_TEXT}, {"tilde", LM_TK_DECORATION, 0}, {"tt", LM_TK_OLDFONT, LM_TC_TT}, {"underbrace", LM_TK_DECORATION, 0},