Alex Casti wrote:
> 
> Hello.  I wrote an "article" style document in 12pt font, double-spaced,
> 
> using lyx-1.1.6fix2.  What I want is for *everything* to be
> double-spaced,
> including the abstract, figure captions, and so forth.
> 
> Everything looks to have the spacing I want, except that my figure
> captions
> aren't double-spaced (4 lines per vertical inch), but rather appear to
> have
> one-half spacing.  I have no idea why, unless there is something
> inherent
> to the caption environment that makes it so.
> 
> The Question: How may I set the caption line spacing so that I get
> double-spaced caption text?

in preamble:

\let\myCaption\caption
\renewcommand\caption[1]{%
  \doublespacing
  \myCaption{#1}
}

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to