diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html index 943ad360e99..0804dc1c7ea 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html @@ -2,7 +2,7 @@ <title>UK TeX FAQ -- question label enumerate</title> </head><body> <h3>Fancy enumeration lists</h3> -<p>The <i>enumerate</i> package allows you to control the display of +<p/>The <i>enumerate</i> package allows you to control the display of 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 @@ -30,10 +30,10 @@ starts a list whose labels run (a), (b), (c), ...; while </pre> </blockquote><p> starts a list whose labels run I/, II/, III/, ... -<p>The <i>paralist</i> package, whose primary purpose is +<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. -<p>If you need non-stereotyped designs, the <i>enumitem</i> package +<p/>If you need non-stereotyped designs, the <i>enumitem</i> package gives you most of the flexibility you might want to design your own. The silly roman example above could be achieved by: <blockquote> @@ -60,7 +60,7 @@ references to list item labels: </blockquote><p> to make references to the list items format appear as (i), (ii), (iii), etc. -<p>The <i>memoir</i> class includes functions that match those in the +<p/>The <i>memoir</i> class includes functions that match those in the <i>enumerate</i> package, and has similar functionality for <code>itemize</code> lists. @@ -85,5 +85,5 @@ to make references to the list items format appear as (i), (ii), <dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) <dt><tt><i>paralist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/paralist.zip">macros/latex/contrib/paralist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/paralist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/paralist/">browse</a>) </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enumerate">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enumerate</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enumerate">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enumerate</a> </body> |