[Tex/LaTex] Change the font of figure captions

captionsfonts

I would like to italicize my figure captions and make them smaller. How can I do that?

Best Answer

It can be done by loading the caption package and by choosing options or \captionsetup, for instance:

\usepackage[font={small,it}]{caption}

The caption package provides a lot more feature and is very well documented.