summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html
index 8cbbdb68736..89083a05049 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html
@@ -2,7 +2,7 @@
<title>UK TeX FAQ -- question label appendix</title>
</head><body>
<h3>Appendixes</h3>
-<p>LaTeX provides an exceedingly simple mechanism for appendixes: the
+<p/>LaTeX provides an exceedingly simple mechanism for appendixes: the
command <code>\</code><code>appendix</code> switches the document from generating sections
(in <i>article</i> class) or chapters (in <i>report</i> or
<i>book</i> classes) to producing appendixes. Section or chapter
@@ -24,17 +24,17 @@ to alphabetic. So:
would be typeset (in an <i>article</i> document) something like:
<blockquote>
<b>1 My inspiration</b>
-<p>...
-<p><b>2 Developing the inspiration</b>
-<p>...
-<p><b>A How I became inspired</b>
-<p>...
+<p/>...
+<p/><b>2 Developing the inspiration</b>
+<p/>...
+<p/><b>A How I became inspired</b>
+<p/>...
</blockquote><p>
which is quite enough for many ordinary purposes. Note that, once
you&rsquo;ve switched to typesetting appendixes, LaTeX provides you with
no way back &mdash; once you&rsquo;ve had an appendix, you can no longer have an
&ldquo;ordinary&rdquo; <code>\</code><code>section</code> or <code>\</code><code>chapter</code>.
-<p>The <i>appendix</i> provides several ways of elaborating on this
+<p/>The <i>appendix</i> provides several ways of elaborating on this
simple setup. Straightforward use of the package allows you to have a
separate heading, both in the body of the document and the table of
contents; this would be achieved by
@@ -51,7 +51,7 @@ The <code>\</code><code>appendixpage</code> command adds a separate title &ldquo
above the first appendix, and <code>\</code><code>addappheadtotoc</code> adds a similar
title to the table of contents. These simple modifications cover many
people&rsquo;s needs about appendixes.
-<p>The package also provides an <code>appendices</code> environment,
+<p/>The package also provides an <code>appendices</code> environment,
which provides for fancier use. The environment is best controlled by
package options; the above example would be achieved by
<blockquote>
@@ -67,7 +67,7 @@ The great thing that the <code>appendices</code> environment gives
you, is that once the environment ends, you can carry on with sections
or chapters as before &mdash; numbering isn&rsquo;t affected by the intervening
appendixes.
-<p>The package provides another alternative way of setting appendixes, as
+<p/>The package provides another alternative way of setting appendixes, as
inferior divisions in the document. The <code>subappendices</code>
environment allows you to put separate appendixes for a particular
section, coded as <code>\</code><code>subsection</code>s, or for a particular chapter, coded
@@ -90,15 +90,15 @@ as <code>\</code><code>section</code>s. So one might write:
Which will produce output something like:
<blockquote>
<b>1 My inspiration</b>
-<p>...
-<p><b>1.A How I became inspired</b>
-<p>...
-<p><b>2 Developing the inspiration</b>
-<p>...
+<p/>...
+<p/><b>1.A How I became inspired</b>
+<p/>...
+<p/><b>2 Developing the inspiration</b>
+<p/>...
</blockquote><p>
-<p>There are many other merry things one may do with the package; the
+<p/>There are many other merry things one may do with the package; the
user is referred to the package documentation for further details.
-<p>The <i>memoir</i> class includes the facilities of the
+<p/>The <i>memoir</i> class includes the facilities of the
<i>appendix</i> package. The <i>KOMA-script</i> classes offer a
<code>\</code><code>appendixprefix</code> command for manipulating the appearance of appendixes.
<dl>
@@ -106,5 +106,5 @@ user is referred to the package documentation for further details.
<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>)
<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>)
</dl>
-<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=appendix">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=appendix</a>
+<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=appendix">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=appendix</a>
</body>