Re: "page of floats" for table floats seem not work

2006-03-16 Thread Martin A. Hansen
latex goes to great length trying to place all floats. however, with many floats in a short document, latex may fail - and is not to blame IMHO. always remember the p in the default float placement setting -> !htbp without the p you risk loosing floats.use the \clearpage command in ERT to control w

Re: "page of floats" for table floats seem not work

2006-03-16 Thread Cheng-shan (Frank) Liu
Thank you; that's it. It worked. I hope future Lyx will incorporate this function to table float. -Frank Martin A. Hansen wrote: from the faq: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floatpages is that it? otherwise you may need the command \clearpage which is used to make room fo

Re: "page of floats" for table floats seem not work

2006-03-15 Thread Martin A. Hansen
from the faq: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floatpages is that it? otherwise you may need the command \clearpage which is used to make room for a page of floats when latex is not able to find enuf whitespace (happens in short documents, or if you have many floats) martin On