2011-01-12 10:12:14 +00:00
|
|
|
|
#\DeclareLyXModule[enumitem.sty]{Customisable Lists (enumitem)}
|
2010-11-22 13:34:05 +00:00
|
|
|
|
#DescriptionBegin
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# Control the layout of enumerate, itemize, description, and list/labeling
|
2010-11-22 13:34:05 +00:00
|
|
|
|
# with an optional argument.
|
2011-02-01 09:34:37 +00:00
|
|
|
|
# See http://mirror.ctan.org/macros/latex/contrib/enumitem/enumitem.pdf
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# and example file shipped with LyX.
|
2010-11-22 13:34:05 +00:00
|
|
|
|
#DescriptionEnd
|
|
|
|
|
# Author: Günter Milde <milde@users.berlios.de>
|
|
|
|
|
#
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# 2008-12-04 first published version.
|
2010-11-22 13:34:05 +00:00
|
|
|
|
# 2009-02-02 use name Labeling for "LyX-List/Labeling" list type,
|
|
|
|
|
# copy standard layout verbatim for failsave working with
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# both KOMA and non-KOMA document classes.
|
|
|
|
|
# 2011-01-12 bugfix: set elabeling label font to \normalfont.
|
|
|
|
|
|
2011-02-02 22:29:32 +00:00
|
|
|
|
Format 33
|
2011-01-12 10:12:14 +00:00
|
|
|
|
|
2010-11-22 13:34:05 +00:00
|
|
|
|
# The package enumitem provides user control over the layout of the three
|
|
|
|
|
# basic list environments: enumerate, itemize and description. It supersedes
|
|
|
|
|
# both enumerate and mdwlist (providing well-structured replacements for all
|
|
|
|
|
# their funtionality), and in addition provides functions to compute the
|
|
|
|
|
# layout of labels, and to ‘clone’ the standard environments, to create new
|
|
|
|
|
# environments with counters of their own.
|
|
|
|
|
#
|
|
|
|
|
# - fancy labels and fancy refs,
|
|
|
|
|
# - leftmargin, labelsep and labelwidth automatically set,
|
|
|
|
|
# - changes applied globally or only in one of the three
|
|
|
|
|
# types or even in a single list (including topsep),
|
|
|
|
|
# - several description styles (which fix some bad spacing, too),
|
|
|
|
|
# - starting value and counter resuming,
|
|
|
|
|
# - trivlists properly formatted,
|
|
|
|
|
# - control on page breaking
|
|
|
|
|
#
|
|
|
|
|
# Styling the basic lists is possible
|
|
|
|
|
#
|
|
|
|
|
# a) generally in the LaTeX preamble and
|
|
|
|
|
# b) per environment with optional arguments
|
|
|
|
|
#
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# See enumitem.pdf_ for details and examples.
|
2010-11-22 13:34:05 +00:00
|
|
|
|
#
|
|
|
|
|
# TODO: since version 2.0, enumitem supports "cloning" of lists.
|
|
|
|
|
# Producing a labeling as clone of a description allows
|
|
|
|
|
# Preamble-Styling specific to this list type.
|
|
|
|
|
|
|
|
|
|
AddToPreamble
|
2011-01-12 10:12:14 +00:00
|
|
|
|
\usepackage{enumitem} % customizable list environments
|
2010-11-22 13:34:05 +00:00
|
|
|
|
\newlength{\lyxlabelwidth} % auxiliary length
|
|
|
|
|
EndPreamble
|
|
|
|
|
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# Customisable Basic Lists
|
2010-11-22 13:34:05 +00:00
|
|
|
|
# ------------------------
|
|
|
|
|
|
|
|
|
|
# With enumitem, the three standard list environments take an optional
|
|
|
|
|
# argument. See enumitem.pdf_ for possible values.
|
|
|
|
|
|
|
|
|
|
Style Itemize
|
|
|
|
|
OptionalArgs 1
|
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
Style Enumerate
|
|
|
|
|
OptionalArgs 1
|
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
Style Description
|
|
|
|
|
OptionalArgs 1
|
|
|
|
|
End
|
|
|
|
|
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# Customisable LyX List
|
2010-11-22 13:34:05 +00:00
|
|
|
|
# ---------------------
|
|
|
|
|
|
|
|
|
|
Style Labeling
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# verbatim insert definition of List environment,
|
2010-11-22 13:34:05 +00:00
|
|
|
|
# The KOMA script classes replace List with Labeling,
|
|
|
|
|
# this leads to an error with "CopyStyle List"!
|
|
|
|
|
Category List
|
|
|
|
|
Margin Manual
|
|
|
|
|
LatexType List_Environment
|
|
|
|
|
NextNoindent 1
|
|
|
|
|
LabelSep xxx
|
|
|
|
|
ParSkip 0.4
|
|
|
|
|
TopSep 0.7
|
|
|
|
|
BottomSep 0.7
|
|
|
|
|
ParSep 0.5
|
|
|
|
|
Align Block
|
|
|
|
|
AlignPossible Block, Left
|
|
|
|
|
LabelType Manual
|
|
|
|
|
LabelString "00.00.0000"
|
|
|
|
|
# en of verbatim copy
|
|
|
|
|
|
2011-01-12 10:12:14 +00:00
|
|
|
|
LatexName elabeling
|
|
|
|
|
OptionalArgs 1
|
|
|
|
|
Preamble
|
2010-11-22 13:34:05 +00:00
|
|
|
|
% labeling-like list based on enumitem's description list with
|
|
|
|
|
% mandatory second argument (label-pattern):
|
|
|
|
|
\newenvironment{elabeling}[2][]%
|
2011-01-12 10:12:14 +00:00
|
|
|
|
{\settowidth{\lyxlabelwidth}{#2}
|
|
|
|
|
\begin{description}[font=\normalfont,style=sameline,
|
2010-11-22 13:34:05 +00:00
|
|
|
|
leftmargin=\lyxlabelwidth,#1]}
|
2011-01-12 10:12:14 +00:00
|
|
|
|
{\end{description}}
|
|
|
|
|
EndPreamble
|
2010-11-22 13:34:05 +00:00
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# List Variants
|
|
|
|
|
# -------------
|
|
|
|
|
#
|
|
|
|
|
# Styles with pre-defined optional arguments for ease of use
|
|
|
|
|
|
|
|
|
|
Style Enumerate-Resume
|
2011-01-12 10:12:14 +00:00
|
|
|
|
CopyStyle Enumerate
|
2010-11-22 13:34:05 +00:00
|
|
|
|
LatexParam [resume]
|
|
|
|
|
OptionalArgs 0
|
|
|
|
|
# a blue label to indicate that this is not a WYSIWYG label
|
|
|
|
|
# because the numbering differs in the output
|
|
|
|
|
LabelFont
|
|
|
|
|
Color blue
|
|
|
|
|
EndFont
|
|
|
|
|
End
|
|
|
|
|
|
2011-01-12 10:12:14 +00:00
|
|
|
|
# References
|
|
|
|
|
# ----------
|
|
|
|
|
#
|
|
|
|
|
# .. _enumitem.pdf:
|
|
|
|
|
# http://dante.ctan.org/CTAN/macros/latex/contrib/enumitem/enumitem.pdf
|
|
|
|
|
|