summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html
index 1fd97bad2ab..e258324901a 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tmupfl.html
@@ -1,7 +1,7 @@
<head>
<title>UK TeX FAQ -- question label tmupfl</title>
</head><body>
-<h3>&ldquo;Too many unprocessed floats&rdquo;</h3>
+<h3>&#8220;Too many unprocessed floats&#8221;</h3>
<p/>If LaTeX responds to a <code>\</code><code>begin{figure}</code> or
<code>\</code><code>begin{table}</code> command with the error message
<pre>
@@ -11,18 +11,18 @@ See the LaTeX manual or LaTeX Companion for explanation.
</pre>
your figures (or tables) are failing to be placed properly. LaTeX
-has a limited amount of storage for &lsquo;floats&rsquo; (figures, tables, or
-floats you&rsquo;ve defined yourself with the <i>float</i> package); if
-you don&rsquo;t let it ever actually typeset any floats, it will run out of
+has a limited amount of storage for &#8216;floats&#8217; (figures, tables, or
+floats you&#8217;ve defined yourself with the <i>float</i> package); if
+you don&#8217;t let it ever actually typeset any floats, it will run out of
space.
<p/>This failure usually occurs in extreme cases of
-<a href="FAQ-floats.html">floats moving &ldquo;wrongly&rdquo;</a>;
-LaTeX has found it can&rsquo;t place a float, and floats of the same type
-have piled up behind it. LaTeX&rsquo;s idea is to ensure that caption
+<a href="FAQ-floats.html">floats moving &#8220;wrongly&#8221;</a>;
+LaTeX has found it can&#8217;t place a float, and floats of the same type
+have piled up behind it. LaTeX&#8217;s idea is to ensure that caption
numbers are sequential in the document: the caption number is
-allocated when the figure (or whatever) is created, and can&rsquo;t be
+allocated when the figure (or whatever) is created, and can&#8217;t be
changed, so that placement out of order would mean figure numbers
appearing out of order in the document (and in the list of figures, or
whatever). So a simple failure to place a figure means that no
@@ -34,14 +34,14 @@ already referenced.
<p/>The error also occurs in a
long sequence of <code>figure</code> or <code>table</code>
environments, with no intervening
-text. Unless the environments will fit &ldquo;here&rdquo; (and you&rsquo;ve allowed
-them to go &ldquo;here&rdquo;), there will never be a page break, and so there
+text. Unless the environments will fit &#8220;here&#8221; (and you&#8217;ve allowed
+them to go &#8220;here&#8221;), there will never be a page break, and so there
will never be an opportunity for LaTeX to reconsider placement.
-(Of course, the floats can&rsquo;t all fit &ldquo;here&rdquo; if the sequence is
-sufficiently prolonged: once the page fills, LaTeX won&rsquo;t place any
+(Of course, the floats can&#8217;t all fit &#8220;here&#8221; if the sequence is
+sufficiently prolonged: once the page fills, LaTeX won&#8217;t place any
more floats, leading to the error.
<p/>Techniques for resolution may involve redefining the floats using the
-<i>float</i> package&rsquo;s <code>[H]</code> float qualifier, but you are unlikely
+<i>float</i> package&#8217;s <code>[H]</code> float qualifier, but you are unlikely
to get away without using <code>\</code><code>clearpage</code> from time to time.
<dl>
<dt><tt><i>float.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse the directory</a>)