Graham Smith <graham.smith <at> myotis.co.uk> writes: > > This has got to be simple, but how do I change the figure/table > defaults, so I get "Figure x." rather than "Figure x:" i.e. a full stop > rather than a colon. > > This is with article class if that makes a difference. > In the preamble:
\usepackage{caption}
\captionsetup[figure]{labelsep=period}
/Paul
