On Wed, 2 Apr 2003, Jih�ne Krich�ne wrote:
| I have a problem with a large float that I want to place in a 2-column
| document. I tried to use the \begin{multicols}{1} command but the figure
| diseappers from the post script document. do u know how to solve this
| problem ?
don't use multicol. You can do 2 possible way, i.e:
insert a widefigure,
Insert->Float->Figure
in the float window, klick right mouse then click the box of Spalten
ueberspannen (left below), I don't know in english UI (maybe wide
overcolumn or something like that).
the float figure will be accross the column...
the second possibility is using sttools packages... (the best way as I
remember).
in preamble:
\usepackage{flushend,cuted}
in the text (as ERT)
\begin{strip}
your figure
\end{strip}
Wayan