2012/7/11 Paul Smith:
> Thanks, Jürgen. Actually, LyX uses the package subfloat (and not the
> subfigure one). I consulted the manual of the package subfloat, but
> found nothing.

No, LyX uses the package subfig (not subfloat, not subfigure), which
itself hooks into the caption package.

Something like
\captionsetup[subfloat]{captionskip=<additional value>}
in ERT in the main float (before the actual subfloat) should do it for
single floats.

For a global change, put
\AtBeginDocument{%
\captionsetup[subfloat]{captionskip=<additional value>}
}
in preamble.

Jürgen

> Paul

Reply via email to