summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html
index bd77a1823ae..eb56d0f6f60 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-vertspacefloat.html
@@ -5,10 +5,10 @@
<p/>A common complaint is that extra vertical space has crept into
<code>figure</code> or <code>table</code> floating environments.
More common still are users who post code that introduces this extra
-space, and <em>haven&rsquo;t noticed the problem</em>!
+space, and <em>haven&#8217;t noticed the problem</em>!
<p/>The trouble arises from the fact that the <code>center</code>
environment (and its siblings <code>flushleft</code> and
-<code>flushright</code>) are actually based on LaTeX&rsquo;s
+<code>flushright</code>) are actually based on LaTeX&#8217;s
list-handling code; and lists always separate themselves from the
material around them. Meanwhile, there are parameters provided to
adjust the spacing between floating environments and their
@@ -36,7 +36,7 @@ or worse still:
</blockquote><p>
unwarranted vertical space is going to appear.
<p/>The solution is to let the float and the objects in it position
-themselves, and to use &ldquo;generic&rdquo; layout commands rather than their
+themselves, and to use &#8220;generic&#8221; layout commands rather than their
list-based encapsulations.
<blockquote>
<pre>
@@ -50,7 +50,7 @@ list-based encapsulations.
(which even involves less typing).
<p/>This alternative code will work with any LaTeX package. It will
not work with obsolete (pre-LaTeX2e) packages such as
-<i>psfig</i> or <i>epsf</i> &mdash; see
+<i>psfig</i> or <i>epsf</i> &#8212; see
<a href="FAQ-impgraph.html">graphics inclusion</a> for discussion of the
genesis of <code>\</code><code>includegraphics</code>.
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=vertspacefloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=vertspacefloat</a>