From 246b3d79e676481d0b56eb051757763260648c5c Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 28 May 2013 13:31:56 -0400 Subject: [PATCH] Enumerate isn't always defined when the case stuff is included. --- lib/layouts/theorems-case.inc | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/lib/layouts/theorems-case.inc b/lib/layouts/theorems-case.inc index 36cd91f69b..0d82fffe35 100644 --- a/lib/layouts/theorems-case.inc +++ b/lib/layouts/theorems-case.inc @@ -26,15 +26,34 @@ End Style Case Category Reasoning - CopyStyle Enumerate + + Margin Static + LatexType Item_Environment LatexName casenv LabelType Enumerate LeftMargin "Case ###." + LabelSep xx + ParSkip 0.0 + ItemSep 0.2 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.3 + Align Block + AlignPossible Block, Left LabelCounter case LabelFont Series Medium Shape Italic EndFont + HTMLTag ol + HTMLItem li + HTMLLabel NONE + RefPrefix enu + Argument item:1 + LabelString "Custom Item|s" + Tooltip "A customized item string" + EndArgument + NextNoIndent 1 Requires enumitem # It'd be easier to use \setlist[caseenv] here, but that causes problems # if you nest an ordinary list inside a case environment. See discussion -- 2.39.2