Hello, I have a problem on order of objects in my document. In my document there are text and some floating tables, when I compile the pdf though all the tables are moved after the text, how can I solve this?
Regards
LyX ⇒ Problem on text, tables order
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Problem on text, tables order
I guess it's because LaTeX has problems placing your tables. Possibly because of less positioning options, or they might simply be too big.
How do you create your tables? Which options do you use for a table environment?
Stefan
How do you create your tables? Which options do you use for a table environment?
Stefan
LaTeX.org admin
Re: Problem on text, tables order
Insert->Floating object->Table .I have many of them, sometimes i put images and sometimes I create tables inside them.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Problem on text, tables order
Try: right click on a table, choose "Placement". Add any possible option, such as "here", "top", "bottom", and "page". The more option, the easier to place for LyX.
Or, go to Layout/ Document/ Extra, choose !htbp for default placement, and see if it's better.
Stefan
Or, go to Layout/ Document/ Extra, choose !htbp for default placement, and see if it's better.
Stefan
LaTeX.org admin
Re: Problem on text, tables order
It partially solved the problem, there is still some text not moving. I'll have to play a bit to see what happens, thanks for your help