[texhax] figure placement option [b] not working as expected

McAllaster, Douglas, CIV, OASD(HA)/TMA Douglas.McAllaster at tma.osd.mil
Wed Nov 21 15:22:24 CET 2007


Folks,

Any suggestions on how to get a figure aligned to the bottom of a page?
Below does not work as expected. Problem is documented in below.

Thx, Doug McAllaster
Health Programs Analysis & Evaluation
Douglas.McALLaster at tma.osd.miL


\documentclass {article}
\usepackage {geometry}
            \geometry {margin=2cm}
\usepackage {lipsum}
\usepackage {graphics}
\begin {document}
this text is BEFORE the figure AND figure [t] option works PROPERLY
and puts the figure at the top of the page
\lipsum[1]
\begin {figure} [t]
\centering
\fbox {\includegraphics {tricr1ok}}
\caption {fig-tricr}
\end   {figure}
\newpage
this text is BEFORE the figure BUT figure [b] option works IMPROPERLY 
and puts the figure on page 3 by itself
when I want the figure on page 2 aligned to the bottom.
Figure option [h] (here) easily fits it on the 2nd page with above text.
\par
\begin {figure} [h]
\centering
\fbox{\includegraphics {tricr1ok}}
\caption {fig 2nd time}
\end   {figure}
\end {document}


More information about the texhax mailing list