Horacio Emilio Pérez Sánchez wrote:
Thanks, it works well, but is there any way to do it automatically for all the figure captions of the document? I mean, is there other command or option to be added to the preamble to persist this option for the whole document ?
This should fix it:

\usepackage{setspace}
\let\oldcaption\caption
\renewcommand\caption[1]{\oldcaption{\setstretch{0.6}#1}}

/johan


Thanks in advance.



At 13:06 04/11/2005, you wrote:

Horacio Emilio Pérez Sánchez wrote:

Hello all,
I use LyX 1.3.5 in suse 9.0.
I need to reduce the distance between the text lines in the figure caption.


Add \usepackage{setspace} to the preamble and in the figure caption start with \setstretch{X} in ERT, where X is a number less than 1.
/johan



Reply via email to