you can try the following in latex preamble:
\usepackage{setspace}
\newcommand\mySpacing{2} % change it to whatever you need
\let\myCaption\caption
\renewcommand\caption[2]{%
\setstretch{\mySpacing}%
\myCaption{#1}{#2}%
}
and as first line in text in tex(red)
\setstretch{\mySpacing}
Herbe
On Sun, 20 May 2001, Ramon Felciano wrote:
> For some reason my figures and tables are ignoring the line space settings
> used by the rest of my dissertation. Do these need to be controlled
> independently, or is there something misconfigured in my settings?
they are always single spaced.
what
Hi --
For some reason my figures and tables are ignoring the line space settings
used by the rest of my dissertation. Do these need to be controlled
independently, or is there something misconfigured in my settings?
Thanks!
Ramon