diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html index b3a63660267..1a34c99d57e 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html @@ -2,7 +2,7 @@ <title>UK TeX FAQ -- question label labelformat</title> </head><body> <h3>How to change the format of labels</h3> -<p>By default, when a label is created, it takes on the appearance of the +<p/>By default, when a label is created, it takes on the appearance of the counter labelled, so the label appears as <code>\</code><code>the</code><code><<i>counter</i>></code> — what would be used if you asked to typeset the counter in your text. This isn’t always what you @@ -23,7 +23,7 @@ which would be both tedious and error-prone. What’s more, it would be undesirable, since you would be constructing a visual representation which is inflexible (you couldn’t change all the references to elements of a list at one fell swoop). -<p>LaTeX in fact has a label-formatting command built into every label +<p/>LaTeX in fact has a label-formatting command built into every label definition; by default it’s null, but it’s available for the user to program. For any label <<i>counter</i>> there’s a LaTeX internal command <code>\</code><code>p@</code><<i><code>counter</i>></code>; for example, a label definition @@ -54,7 +54,7 @@ all inner lists by adding the following code in your preamble: This would make the labels for second-level enumerated lists appear as “1(a)” (and so on). The analogous change works for any counter that gets used in a <code>\</code><code>label</code> command. -<p>In fact, the <i>fncylab</i> package does all the above (including +<p/>In fact, the <i>fncylab</i> package does all the above (including the patch to LaTeX itself). With the package, the code above is (actually quite efficiently) rendered by the command: <blockquote> @@ -70,5 +70,5 @@ package, which is discussed in the answer about <dt><tt><i>enumitem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.zip">macros/latex/contrib/enumitem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem/">browse</a>) <dt><tt><i>fncylab.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/fncylab.sty">macros/latex/contrib/misc/fncylab.sty</a> </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelformat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelformat</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelformat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelformat</a> </body> |