Daniel Joshua Stark <ds4...@...> writes:
>
> Dear All,
>
> I'm trying to make up my thesis, and the captions to figures are
> double-spaced as opposed to single-spaced, which is how the CLS
> directs it should be.
>
> Would this be an issue with LyX or with the CLS file?
>
> Thanks for any help.
>
> Daniel Stark
> PhD Candidate
> Rice University, MS-61
> Physics and Astronomy
> Dell Butcher Hall 100
> 1900 Rice Blvd., Ent. 20
> Houston TX 77005
> USA
>
> Ph: +1-713-348-3126
> Fx: +1-713-348-2603
>
> In physics, you don't have to go around making trouble for yourself -
> nature does it for you. - Frank Wilczek
> I think physicists are the Peter Pans of the human race. They never
> grow up and they keep their curiosity. - Isidor Isaac Rabi
>
>
Hi Daniel,
Unless specifically told not to do so, subfig will automatically load the
caption package and this is messing with your captions.
A solution is to try the following in your document's preamble:
\PassOptionsToPackage{caption=false}{subfig}
Cheers,
Julien