commit b30de672d0f447c8210bd0a0a8751bec49277e8d
Author: Juergen Spitzmueller <[email protected]>
Date: Fri Oct 14 20:09:54 2016 +0200
enumitem.module: handle resume counter
Uses the new counter tags.
---
lib/layouts/enumitem.module | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/lib/layouts/enumitem.module b/lib/layouts/enumitem.module
index 470204e..67103ad 100644
--- a/lib/layouts/enumitem.module
+++ b/lib/layouts/enumitem.module
@@ -13,7 +13,7 @@
# both KOMA and non-KOMA document classes.
# 2011-01-12 bugfix: set elabeling label font to \normalfont.
-Format 60
+Format 61
# The package enumitem provides user control over the layout of the three
# basic list environments: enumerate, itemize and description. It supersedes
@@ -112,11 +112,7 @@ Style Enumerate-Resume
Tooltip "Optional arguments for this list (see enumitem
manual)"
PresetArg "resume"
EndArgument
- # a blue label to indicate that this is not a WYSIWYG label
- # because the numbering differs in the output
- LabelFont
- Color blue
- EndFont
+ ResumeCounter true
Requires enumitem
End