diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html index 561d265a260..79fddff663a 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html @@ -2,26 +2,26 @@ <title>UK TeX FAQ -- question label 2colfloat</title> </head><body> <h3>Placing two-column floats at bottom of page</h3> -<p>You specified placement ‘<code>[htbp]</code>’ for your full-width figure or +<p/>You specified placement ‘<code>[htbp]</code>’ for your full-width figure or table, but they always get placed at the top of the page... Well, it <em>is</em> what the documentation says: LaTeX, unadorned, only allows full-width floats at the top of a page, or occupying (part of) a float page. -<p>The <i>stfloats</i> package ameliorates the situation somewhat, and +<p/>The <i>stfloats</i> package ameliorates the situation somewhat, and makes LaTeX honour ‘[b]’ placement as well; the <i>dblfloatfix</i> package combines a tidied version of the changes made in <i>stfloats</i> with the <a href="FAQ-2colfltorder.html">float ordering corrections</a> defined in <i>fixltx2e</i>. -<p>A particular problem with <i>stfloats</i> and <i>dblfloatfix</i> +<p/>A particular problem with <i>stfloats</i> and <i>dblfloatfix</i> is that the float will appear, at its earliest, on the page after it is specified. This has two undesirable side-effects: first, there may be no bottom float on the first page of a document, and second, float numbers may become “entangled” (particularly if you’re using <i>dblfloatfix</i> that ensures that the early-specified bottom float is set <em>before</em> any single column floats). -<p>(The FAQ team doesn’t know of any package that will make +<p/>(The FAQ team doesn’t know of any package that will make LaTeX honour ‘[h]’ placement of double-column floats, but the <i>midfloat</i> package can be pressed into service to provide something approximating the effect it would have.) @@ -30,5 +30,5 @@ something approximating the effect it would have.) <dt><tt><i>stfloats.sty, midfloat.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.zip">macros/latex/contrib/sttools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools/">browse</a>) </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat</a> </body> |