On Mon, Dec 17, 2001 at 02:53:45PM +0000, Gunther Stahl wrote: > The problem is: > How to reduce the font size of the caption enviroment for the whole document? > There must be an easier way than changing it in each and every figure. My > document is with the general font size of 12 pt and I would like 9 or 10pt for > the captions.
Add the following line to the preamble:
\usepackage[small]{caption2}
For even smaller size text, replace 'small' by 'footnotesize'.
