On 2010-05-11, rob wrote:
> Rob Oakes <lyx-devel <at> oak-tree.us> writes:
...
>> There are ways to make floats go to the end of a document and arrange
>> themselves into separate figures and tables sections, but it involves
>> resetting LaTeX values and some ugly hackery.
> Hi Rob, Thanks for your reply. Yes, I want all the figures/tables to
> appear at the end of my document, after the references. And I want them
> to appear in the order in which I make them in my .lyx file.
There is a LaTeX package for this task, so you only have to write
\usepackage{endfloat}
in the LaTeX preamble.
See the package documentation for possible options regarding the
ordering.
Günter