diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html index e88fd3b7053..d7a48becb07 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html @@ -6,8 +6,8 @@ the enumeration counter. The package adds an optional parameter to the <code>enumerate</code> environment, which is used to specify the layout of the labels. The layout parameter contains an enumeration -type (‘<code>1</code>’ for arabic numerals, ‘<code>a</code>’ or ‘<code>A</code>’ -for alphabetic enumeration, and ‘<code>i</code>’ or ‘<code>I</code>’ for Roman +type (‘<code>1</code>’ for arabic numerals, ‘<code>a</code>’ or ‘<code>A</code>’ +for alphabetic enumeration, and ‘<code>i</code>’ or ‘<code>I</code>’ for Roman numerals), and things to act as decoration of the enumeration. So, for example <blockquote> @@ -19,7 +19,7 @@ for example \end{enumerate} </pre> </blockquote><p> -starts a list whose labels run (a), (b), (c), …; while +starts a list whose labels run (a), (b), (c), …; while <blockquote> <pre> \usepackage{enumerate} @@ -29,7 +29,7 @@ starts a list whose labels run (a), (b), (c), …; while \end{enumerate} </pre> </blockquote><p> -starts a list whose labels run I/, II/, III/, … +starts a list whose labels run I/, II/, III/, … <p/>The <i>paralist</i> package, whose primary purpose is <a href="FAQ-complist.html">compaction of lists</a>, provides the same facilities for its <code>enumerate</code>-like environments. @@ -45,7 +45,7 @@ The silly roman example above could be achieved by: \end{enumerate} </pre> </blockquote><p> -Note that the ‘<code>*</code>’ in the key value stands for the list +Note that the ‘<code>*</code>’ in the key value stands for the list counter at this level. You can also manipulate the format of references to list item labels: <blockquote> @@ -80,7 +80,7 @@ to make references to the list items format appear as (i), (ii), <dl> -<dt><tt><i>enumerate.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>) +<dt><tt><i>enumerate.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/enumerate.html">catalogue entry</a> <dt><tt><i>enumitem.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem.zip">macros/latex/contrib/enumitem</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem/">browse the directory</a>) <dt><tt><i>memoir.cls</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse the directory</a>) <dt><tt><i>paralist.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/paralist.zip">macros/latex/contrib/paralist</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/paralist/">browse the directory</a>) |