summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.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-paraparam.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-paraparam.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.html
index 60ded834d24..f77c7ef4b65 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-paraparam.html
@@ -2,11 +2,11 @@
<title>UK TeX FAQ -- question label paraparam</title>
</head><body>
<h3>Why does it ignore paragraph parameters?</h3>
-<p/>When TeX is laying out text, it doesn&rsquo;t work from word to word, or
+<p/>When TeX is laying out text, it doesn&#8217;t work from word to word, or
from line to line; the smallest complete unit it formats is the
paragraph. The paragraph is laid down in a buffer, as it appears, and
-isn&rsquo;t touched further until the end-paragraph marker is processed.
-It&rsquo;s at this point that the paragraph parameters have effect; and it&rsquo;s
+isn&#8217;t touched further until the end-paragraph marker is processed.
+It&#8217;s at this point that the paragraph parameters have effect; and it&#8217;s
because of this sequence that one often makes mistakes that lead to
the paragraph parameters not doing what one would have hoped (or
expected).
@@ -38,7 +38,7 @@ end the group.\par}
Here's more that needn't be ragged...
</pre>
</blockquote><p>
-In this way, the paragraph is completed while <code>\</code><code>raggedright</code>&rsquo;s
+In this way, the paragraph is completed while <code>\</code><code>raggedright</code>&#8217;s
parameters are still in force within the enclosing group.
<p/>Another alternative is to define an environment that does the
appropriate job for you. For the above example, LaTeX already