summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
committerKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
commit3f1971c9b7717818766692c9aa497e20e7472f2c (patch)
tree678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html
parentc7c3b090320a234149dbe23315e2a15a2773ac79 (diff)
FAQ-en 3.19d (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html
index a7f5e70c768..e82a599ea64 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-appendix.html
@@ -24,16 +24,16 @@ to alphabetic. So:
would be typeset (in an <i>article</i> document) something like:
<blockquote>
<b>1 My inspiration</b>
-<p/>&hellip;
+<p/>&#8230;
<p/><b>2 Developing the inspiration</b>
-<p/>&hellip;
+<p/>&#8230;
<p/><b>A How I became inspired</b>
-<p/>&hellip;
+<p/>&#8230;
</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>.
+you&#8217;ve switched to typesetting appendixes, LaTeX provides you with
+no way back &#8212; once you&#8217;ve had an appendix, you can no longer have an
+&#8220;ordinary&#8221; <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
@@ -47,10 +47,10 @@ contents; this would be achieved by
\addappheadtotoc
</pre>
</blockquote><p>
-The <code>\</code><code>appendixpage</code> command adds a separate title &ldquo;Appendices&rdquo;
+The <code>\</code><code>appendixpage</code> command adds a separate title &#8220;Appendices&#8221;
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.
+people&#8217;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
@@ -65,7 +65,7 @@ package options; the above example would be achieved by
</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 &mdash; numbering isn&rsquo;t affected by the intervening
+or chapters as before &#8212; numbering isn&#8217;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>
@@ -90,11 +90,11 @@ as <code>\</code><code>section</code>s. So one might write:
Which will produce output something like:
<blockquote>
<b>1 My inspiration</b>
-<p/>&hellip;
+<p/>&#8230;
<p/><b>1.A How I became inspired</b>
-<p/>&hellip;
+<p/>&#8230;
<p/><b>2 Developing the inspiration</b>
-<p/>&hellip;
+<p/>&#8230;
</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.