remove more tabs
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Jan 2006 21:43:23 +0000 (21:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Jan 2006 21:43:23 +0000 (21:43 +0000)
math/texutil.ml

index e9dc71e..94cb191 100644 (file)
@@ -453,10 +453,10 @@ let find = function
     | "\\rm"               -> DECLh ("\\rm ", FONTFORCE_RM)
     | "\\it"               -> DECLh ("\\it ", FONTFORCE_IT)
     | "\\cal"              -> DECL "\\cal "
-       | "\\displaystyle"     -> LITERAL (TEX_ONLY  "\\displaystyle ")
-       | "\\scriptstyle"      -> LITERAL (TEX_ONLY "\\scriptstyle ")
-       | "\\textstyle"        -> LITERAL (TEX_ONLY "\\textstyle ")
-       | "\\scriptscriptstyle"-> LITERAL (TEX_ONLY "\\scriptscriptstyle ")
+    | "\\displaystyle"     -> LITERAL (TEX_ONLY  "\\displaystyle ")
+    | "\\scriptstyle"      -> LITERAL (TEX_ONLY "\\scriptstyle ")
+    | "\\textstyle"        -> LITERAL (TEX_ONLY "\\textstyle ")
+    | "\\scriptscriptstyle"-> LITERAL (TEX_ONLY "\\scriptscriptstyle ")
     | "\\bf"               -> DECL "\\bf "
     | "\\big"              -> BIG "\\big "
     | "\\Big"              -> BIG "\\Big "