summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-2colfloat.html
blob: 073004c06e4ff65c4481e50cfc72de0304ac895f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<head>
<title>UK TeX FAQ -- question label 2colfloat</title>
</head><body>
<h3>Placing two-column floats at bottom of page</h3>
<p/>You specified placement &#8216;<code>[htbp]</code>&#8217; for your full-width figure or
table, but they always get placed at the top of the page&#8230;  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
makes LaTeX honour &#8216;[b]&#8217; 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>
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 &#8220;entangled&#8221; (particularly if you&#8217;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&#8217;t know of any package that will make
LaTeX honour &#8216;[h]&#8217; 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.)
<dl>
<dt><tt><i>dblfloatfix.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/dblfloatfix.zip">macros/latex/contrib/dblfloatfix</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/dblfloatfix/">browse the directory</a>)
<dt><tt><i>midfloat.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools.zip">macros/latex/contrib/sttools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/midfloat.html">catalogue entry</a>
<dt><tt><i>stfloats.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools.zip">macros/latex/contrib/sttools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/stfloats.html">catalogue entry</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>
</body>