Hi,
while working with my solution, i found somethimg strange. If i use the Enter
key for linebreak in the ERT my pictures are not set side-by-side, ther're
one over the other. If i use Ctrl+Enter for linebreak, it's ok. Can someone
explain the difference to me?
--
Mit freundlichem Gruss Yours sincerely
Roland Schmitz
Am Sonntag, 25. April 2004 16:10 schrieb Roland Schmitz:
> Hi,
>
> after reading, testing, ... here's my solution, in a ERT:
>
> \begin{figure}[H]
> \parbox{.48\linewidth}
> {
> \centering\includegraphics*{pic1.ps}
> \caption{Picture 1}
> }
> \hfill
> \parbox{.48\linewidth}
> {
> \centering\includegraphics*{pic2.ps}
> \caption{Picture 2}
> }
> \end{figure}
>
> Here both pictures a placed side-by-side, each with a separate caption, an
> each with a separate entry in the list of figures.
>
> --
> Mit freundlichem Gruss Yours sincerely
>
> Roland Schmitz