On Friday 03 May 2002 1:12 pm, Wayan wrote:
> On Fri, 3 May 2002, Angus Leeming wrote:
> > To achieve something similar here I opened the paragraph dialog with the
> > cursor on the caption and added "-0.3in" to the Vertical spaces Above
> > input.
>
> for small space is Ok, but not for big space... for example if the
> ratio of width and length < 0.75 will produce big space. It is difficult
> to use adding vertical space of citation. Or if I give \fbox in the
> figure. I have tried to use ERT for inserting figures (especiall if the
> figure need rotate command), but not successfull
> yet...
Could you send an example file/image to the devel list please.
[EMAIL PROTECTED]
> additional command: the rotate command in lyx is not rotate a figure in
> lyx document (I don't know), but when I preview it produce blank space.
I think you are saying that the image is not rotated on the LyX screen but
that it is in the output. (And that the output then has this extra space).
There are two bugs here.
1. The extra blank space in the output. Please send the LyX file/image to
lyx-devel.
2. The image is not rotated on the LyX screen.
This means:
a) You're rotating the image by exactly 270degrees.
b) You're using the xforms image loader.
If you run lyx from the console, you'll get a message
InternalError: bad special angle
signalling that this is a (known) xforms bug. Apparently it's fixed in the
imminent xforms 1.0 release.
Angus