Figure and Table captions ignore line space settings

2001-05-21 Thread Herbert Voss

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}


Herbert




Figure and Table captions ignore line space settings

2001-05-21 Thread Herbert Voss

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}


Herbert




Figure and Table captions ignore line space settings

2001-05-21 Thread Herbert Voss

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}


Herbert




Figure and Table captions ignore line space settings

2001-05-20 Thread Ramon Felciano

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




Re: Figure and Table captions ignore line space settings

2001-05-20 Thread Herbert Voss


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 kind of textclass do you have?

Herbert




Figure and Table captions ignore line space settings

2001-05-20 Thread Ramon Felciano

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




Re: Figure and Table captions ignore line space settings

2001-05-20 Thread Herbert Voss


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 kind of textclass do you have?

Herbert




Figure and Table captions ignore line space settings

2001-05-20 Thread Ramon Felciano

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




Re: Figure and Table captions ignore line space settings

2001-05-20 Thread Herbert Voss


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 kind of textclass do you have?

Herbert