On Wed, Oct 23, 2002 at 03:18:05PM +0200, J.Lauffenburger wrote:
> A little but enoying presentation problem:
>
> I used the H parameter to specifiy the position of the floatting figures
> in my document. Lyx places the figures as I demand it but does not move
> the text around it, so I've got some pages with a lot of space between
> paragraphs because de figure is to big to appear in this given page. I
> looked at the "floatingfigure" package but it seems that I should
> redefine each figure of my document (a big work...). Is that right and
> how is it possible to avoid that?
You can use sed/perl to do the conversion.
Another option is to add latex commands that will redefine
all floats to be floatingfigure:
\renewenvironment{figure}[1][]
{\begin{floatingfigure}{0.50\columnwidth}}
{\end{floatingfigure}}