summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enumerate.html
diff options
context:
space:
mode:
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.html12
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 (&lsquo;<code>1</code>&rsquo; for arabic numerals, &lsquo;<code>a</code>&rsquo; or &lsquo;<code>A</code>&rsquo;
-for alphabetic enumeration, and &lsquo;<code>i</code>&rsquo; or &lsquo;<code>I</code>&rsquo; for Roman
+type (&#8216;<code>1</code>&#8217; for arabic numerals, &#8216;<code>a</code>&#8217; or &#8216;<code>A</code>&#8217;
+for alphabetic enumeration, and &#8216;<code>i</code>&#8217; or &#8216;<code>I</code>&#8217; 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), &hellip;; while
+starts a list whose labels run (a), (b), (c), &#8230;; while
<blockquote>
<pre>
\usepackage{enumerate}
@@ -29,7 +29,7 @@ starts a list whose labels run (a), (b), (c), &hellip;; while
\end{enumerate}
</pre>
</blockquote><p>
-starts a list whose labels run I/, II/, III/, &hellip;
+starts a list whose labels run I/, II/, III/, &#8230;
<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 &lsquo;<code>*</code>&rsquo; in the key value stands for the list
+Note that the &#8216;<code>*</code>&#8217; 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>)