Charles James Leonardo Quarra Cappiello wrote:
> How i may modify the font size of all float captions in a document
> at once?

%% Set the captions to be italic
\newcommand\myCaption[1]{\itshape\refstepcounter{figure}%
   \begin{center}\figurename\ \thefigure :\ #1\end{center}\upshape}
\let\caption\myCaption

Replace '\itshape' and '\upshape' with the font commands of your 
choice.

-- 
Angus

Reply via email to