% Change the style of captions % (from ``Figure:'' to ``Figure.'' ) %\makeatletter \long\def\@makecaption#1#2{ \vskip 10pt \setbox\@tempboxa\hbox{#1. #2} \ifdim \wd\@tempboxa >\hsize #1. #2\par \else \hbox to\hsize{\hfil\box\@tempboxa\hfil} \fi} %\makeatother