[Tuglist] Each fig & table on a different page

Radhakrishnan C V tuglist@tug.org.in
Wed, 27 Mar 2002 14:08:32 +0530 (IST)


On Wed, 27 Mar 2002 at 14:00, H.S.Rai wrote:

   One publisher demand figures and then tables at the end of the
   article and that too each on a separate page. I tried these with
   [h] option for placement, along with newpage and clearpage by
   writing code at the end of article.
   
   I am getting tables first while I need figures. And two tables
   are comming on a page.
   
   How I can achieve required results?

\usepackage{endfloat}

will take all the floats (figures and tables) and typeset at the end 
of your document. It provides a few user definable hooks that you 
can make use of to add your own code like \clearpage or whatever.

-- 
Radhakrishnan