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.html24
1 files changed, 12 insertions, 12 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 987606c84b9..8cbbdb68736 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
@@ -20,7 +20,7 @@ to alphabetic. So:
\section{How I became inspired}
...
</pre>
-</blockquote>
+</blockquote><p>
would be typeset (in an <i>article</i> document) something like:
<blockquote>
<b>1 My inspiration</b>
@@ -29,11 +29,11 @@ would be typeset (in an <i>article</i> document) something like:
<p>...
<p><b>A How I became inspired</b>
<p>...
-</blockquote>
+</blockquote><p>
which is quite enough for many ordinary purposes. Note that, once
-you've switched to typesetting appendixes, LaTeX provides you with
-no way back - once you've had an appendix, you can no longer have an
-"ordinary" <code>\</code><code>section</code> or <code>\</code><code>chapter</code>.
+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
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
@@ -46,11 +46,11 @@ contents; this would be achieved by
\appendixpage
\addappheadtotoc
</pre>
-</blockquote>
-The <code>\</code><code>appendixpage</code> command adds a separate title "Appendices"
+</blockquote><p>
+The <code>\</code><code>appendixpage</code> command adds a separate title &ldquo;Appendices&rdquo;
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's needs about appendixes.
+people&rsquo;s needs about appendixes.
<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
@@ -62,10 +62,10 @@ package options; the above example would be achieved by
...
\end{appendices}
</pre>
-</blockquote>
+</blockquote><p>
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 - numbering isn't affected by the intervening
+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
inferior divisions in the document. The <code>subappendices</code>
@@ -86,7 +86,7 @@ as <code>\</code><code>section</code>s. So one might write:
\section{Developing the inspiration}
...
</pre>
-</blockquote>
+</blockquote><p>
Which will produce output something like:
<blockquote>
<b>1 My inspiration</b>
@@ -95,7 +95,7 @@ Which will produce output something like:
<p>...
<p><b>2 Developing the inspiration</b>
<p>...
-</blockquote>
+</blockquote><p>
<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