Alexandru Cabuz wrote:
> Hello,
>
> My figure legends fonts are the same size as standard paragraphs
> (article class). I would like to have the legends be a little
> smaller, cos this way sometimes I don't know what's text and what's
> legend, for longer legends.
>
> Alex.
Add something like this to your preamble. This particular one will
give you italic captions.
If you were to replace \itshape with \small\bfseries you'll get...
guess what?
Angus
%% Set the captions to be italic
\newcommand\myCaption[1]{\itshape\refstepcounter{figure}%
\begin{center}\figurename\ \thefigure :\ #1\end{center}\normalfont}
\let\caption\myCaption