Myriam Abramson wrote:
> I'm using floats for figures. I have to make sure that there are 3-4
> spaces between the figure and the text. Since the document is
> double-spaced, Lyx only puts 2 spaces. How to add additional spaces?
> It seems that Lyx is too intelligent and overrides any spaces I put
> in.

AFAIK these are the parameters:

\textfloatsep
The vertical space added between the floats appearing at
the top or bottom of a page and the text on that page.
(i.e. with option t or b)

\intextsep 
The vertical space placed above and below a float that is
put in the middle of the text (with the h location option).

LaTeX default:

\setlength\textfloatsep{20pt plus 2pt minus 4pt}
\setlength\intextsep   {12pt plus 2pt minus 2pt}

Make shure to use variable lengths (plus/minus) if you use other values.

Jürgen.

Reply via email to