I was trying to do the same for my Final Project documentation. I saw an
example in Extended Lyx Help File. All is in 3.8 Section --> Wrapping Text Around
Figures. Unfortunately I tried it but I didnt get that I wanted. I got a lot
of errors, but don't worry I suppose that I did something wrong because I
am newbie :/.
It seems that you will need to put 2 ERT controls, one before figure, and other after
figure as follows:
\begin{floatingfigure}[r]{6cm}
## Insert figure
\caption{This is a wrapped figure, and this is the brilliant caption that describes it}
\end{floatingfigure}
You will find more information on section 3.8 of Extended.lyx help
file...
Regards.
Apologies for my english.
On Tue, 20 Aug 2002 22:03:31 +0200, Praedor Tempus wrote:
> I need/want to place a figure into my document. I need it to work the
> way many Word document figures do, that is, I need to place it at a
> specific spot in the document and I want text to flow around it. In my
> case, I want to put it at the right margin of a page and have the
> corresponding paragraph flow past it rather than there be a gap all for
> the figure itself with text above and below it (but no beside it).
>
> I have tried simply inserting the figure and going over the options, I
> have tried a float. Float gives the figure its own page in this case
> and straight figure insertion interrupts completely the paragraph within
> which I place the figure. How does one do this in lyx?
>
> Example:
>
> textxxxxxxxxxxxxxx
> xxxxxxxx------------
> xxxxxxxx| |
> xxxxxxxx| figure |
> xxxxxxxx| |
> xxxxxxxx------------
> xxxxxxxxxxxxxxxxx
> xxxxxxxxxxxxxxxxx
>
> and so on.
>
> I would greatly appreciate a pointer here.
>
> praedor