]> git.lyx.org Git - features.git/blobdiff - src/TextClass.cpp
Fix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap.
[features.git] / src / TextClass.cpp
index 92adfdc7507dd7173dfa7c9bfe6f764baff46fcc..fd8318b713db80f7e0c723251db49b5151d8a36b 100644 (file)
@@ -218,7 +218,7 @@ namespace {
 
        LexerKeyword textClassTags[] = {
                { "addtohtmlpreamble", TC_ADDTOHTMLPREAMBLE },
-         { "addtohtmlstyles",   TC_ADDTOHTMLSTYLES },
+               { "addtohtmlstyles",   TC_ADDTOHTMLSTYLES },
                { "addtopreamble",     TC_ADDTOPREAMBLE },
                { "citeformat",        TC_CITEFORMAT },
                { "classoptions",      TC_CLASSOPTIONS },
@@ -231,7 +231,7 @@ namespace {
                { "float",             TC_FLOAT },
                { "format",            TC_FORMAT },
                { "htmlpreamble",      TC_HTMLPREAMBLE },
-         { "htmlstyles",        TC_HTMLSTYLES },
+               { "htmlstyles",        TC_HTMLSTYLES },
                { "htmltocsection",    TC_HTMLTOCSECTION },
                { "ifcounter",         TC_IFCOUNTER },
                { "ifstyle",           TC_IFSTYLE },