Herbert Voss <[EMAIL PROTECTED]> writes:
| On Thu, 29 Jun 2000, M.Hendler wrote:
|
| > Hi all!
| >
| > The placement of floats drive my crazy!
| > I am using the book style an set the placement to: !htbp
| > The problem is, that I have 5 floats (6cm x 4.25cm) which all should be placed
| > in the text.
| > But LyX places them on a random style. :)
|
| it's not that floats should be ...
| but try
|
| \usepackage{floats} %<- latex preamble
that should be
\usepackage{float}
|
| leave option float placement in layout->document blank
| and write in tex (red) as the very first line in the float
|
| [H]
to use the H placement with figure and table you also have to issue a
\restylefloat{table}
\restylefloat{figure}
(at least one version of the float doc told me so)
Lgb