From: Brion Vibber Date: Mon, 30 Jan 2006 21:43:23 +0000 (+0000) Subject: remove more tabs X-Git-Tag: 1.6.0~396 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=87fdc13aa204c2859e7c1b19aebd2a62b24d2a26;p=lhc%2Fweb%2Fwiklou.git remove more tabs --- diff --git a/math/texutil.ml b/math/texutil.ml index e9dc71e9d6..94cb191f03 100644 --- a/math/texutil.ml +++ b/math/texutil.ml @@ -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 "