[texhax] Sequence
Martin Heller
mr_heller at yahoo.dk
Thu May 4 22:08:45 CEST 2006
Richard Bortolucci wrote:
> bla bla bla bla
> bla bla bla bla
> Image bla:
> \begin{figure
[htbp]\center\includegraphics[width=0.55\textwidth
{image.eps}\caption{Some
> image that fill the entire page}\end{figure}
> ble ble ble ble
> ble ble ble ble
Don't use a float if you don't want the figure to float.
\usepackage{caption}
...
bla bla bla bla
bla bla bla bla
Image bla:
\newpage
\begin{center}
\includegraphics[width=0.55\textwidth]{image.eps}
\captionof{figure}{Some image that fill the entire page}
\end{center}
\newpage
ble ble ble ble
ble ble ble ble
More information about the texhax
mailing list