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 | 16 |
1 files changed, 8 insertions, 8 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 c29d232961e..943ad360e99 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 @@ -6,9 +6,9 @@ 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 -numberals), and things to act as decoration of the enumeration. So, +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> <pre> @@ -18,7 +18,7 @@ for example \item ... ... \end{enumerate} </pre> -</blockquote> +</blockquote><p> starts a list whose labels run (a), (b), (c), ...; while <blockquote> <pre> @@ -28,7 +28,7 @@ starts a list whose labels run (a), (b), (c), ...; while \item ... ... \end{enumerate} </pre> -</blockquote> +</blockquote><p> 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 @@ -44,8 +44,8 @@ The silly roman example above could be achieved by: \item ... ... \end{enumerate} </pre> -</blockquote> -Note that the '<code>*</code>' in the key value stands for the list +</blockquote><p> +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> @@ -57,7 +57,7 @@ references to list item labels: \item ... ... \end{enumerate} </pre> -</blockquote> +</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 |