Hans Kunkell wrote:
> I am importing a TeX-file into LyX 1.5.0 but have some problems with the
> graphics. The code is
>
> \begin{floatingfigure}{0.5\columnwidth}%
> \includegraphics{picture.png}
> \caption{some text...}
> \end{floatingfigure}%
tex2lyx apparently does not import floatingfigure yet (I'll file a bug report
about that). It shouldn't be difficult to implement this.
> Creating a DVI causes
> errors. Inserting the figure manually through LyX works great though.
What errors do you get? The ERT version works fine for me here (given that the
float is surrounded by a sufficient amount of text).
Jürgen