Hi
I have an 8 page document. I am using two columns format. I have two figures on page 3, one figure on top of each of the two columns. I want to place another figure at the bottom of the second column on page 3. But LATEX places that figure on the next page. How can i pull this figure onto page 3.
There is for sure more then enough space for both the figures to fit in there.
regards
General ⇒ puting a figure to a specified page
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: puting a figure to a specified page
Try to \clearpage after the last figure. But be aware that there will be a pagebreak after \clearpage
-
- Posts: 46
- Joined: Mon Feb 05, 2007 5:19 pm
Re: puting a figure to a specified page
thanks
i am yet to try \clearpage but i have another question already .... 
I have a page in my document, with two columns. One of the columns has text while the other column is empty. In want that the text is on half the page, divided into to two columns where as i can include a full fledge figure at the lower half of the page
using \begin{figure*} didnot help
regards


I have a page in my document, with two columns. One of the columns has text while the other column is empty. In want that the text is on half the page, divided into to two columns where as i can include a full fledge figure at the lower half of the page
using \begin{figure*} didnot help

regards
Re: puting a figure to a specified page
l never tried it before but use the \minipage command.