X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fenumitem.module;h=161900063165d21ab65f6bae14c8621343d8c4e6;hb=4beba4e8f87ca218473448caf10563b99faf7b21;hp=bcd6de120f4399d5b5ff6abee69a7d75530142c4;hpb=64bb8264b9d31a619682247bf196f421f803bb7a;p=lyx.git diff --git a/lib/layouts/enumitem.module b/lib/layouts/enumitem.module index bcd6de120f..1619000631 100644 --- a/lib/layouts/enumitem.module +++ b/lib/layouts/enumitem.module @@ -1,9 +1,7 @@ #\DeclareLyXModule[enumitem.sty]{Customisable Lists (enumitem)} #DescriptionBegin -# Control the layout of enumerate, itemize, description, and list/labeling -# with an optional argument. -# See http://mirror.ctan.org/macros/latex/contrib/enumitem/enumitem.pdf -# and example file shipped with LyX. +# Controls the layout of enumerate, itemize, description, and list/labeling. +# See section Customized Lists of the User's Guide for a detailed description. #DescriptionEnd # Author: Günter Milde # @@ -13,7 +11,7 @@ # both KOMA and non-KOMA document classes. # 2011-01-12 bugfix: set elabeling label font to \normalfont. -Format 35 +Format 45 # The package enumitem provides user control over the layout of the three # basic list environments: enumerate, itemize and description. It supersedes @@ -52,18 +50,27 @@ EndPreamble # ------------------------ # With enumitem, the three standard list environments take an optional -# argument. See enumitem.pdf_ for possible values. +# argument. See enumitem.pdf for possible values. IfStyle Itemize - OptionalArgs 1 + Argument 1 + LabelString "Itemize Options" + Tooltip "Optional arguments for this list (see enumitem manual)" + EndArgument End IfStyle Enumerate - OptionalArgs 1 + Argument 1 + LabelString "Enumerate Options" + Tooltip "Optional arguments for this list (see enumitem manual)" + EndArgument End IfStyle Description - OptionalArgs 1 + Argument 1 + LabelString "Description Options" + Tooltip "Optional arguments for this list (see enumitem manual)" + EndArgument End @@ -73,6 +80,7 @@ End Input stdlyxlist.inc Style Labeling + Category List LatexName elabeling # FIXME This should probably be defined using \newlist instead Preamble @@ -93,13 +101,13 @@ End # Styles with pre-defined optional arguments for ease of use Style Enumerate-Resume - CopyStyle Enumerate + CopyStyle Enumerate LatexParam [resume] - OptionalArgs 0 + ResetArgs 1 # a blue label to indicate that this is not a WYSIWYG label # because the numbering differs in the output LabelFont - Color blue + Color blue EndFont End