Max Bian wrote:

> As I understand, all figures should take one page by itself and labeled
> as "Figure XX" only, where XX is the number.  And all the captions
> should be listed in a sheet seperate from all the figures.
> 
> I want this too!


write in preamble:

\usepackage{endfloat}
\let\Caption\caption
\renewcommand\caption[1]{%
     \Caption[#1]{}%
}

and insert your listoffigures as usual. With this trick
you can not use the short caption option like
\caption[short for toc]{long for caption}

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to