John Hughes wrote:
I've been trying to alter the caption style by adding either:

\usepackage[small,bf]{caption}

or:

\usepackage{caption}
\renewcommand{\captionfont}{\small}
\renewcommand{\captionlabelfont}{\bfseries}

to the preamble, but it doesn't seem to work. I either get "undefined control sequence" errors or simply no change in the document output.

Please help.


Try \usepackage[font={small,bf}]{caption} in the preamble. You have to specify options as "key=value" or "key={list of values}".

/Paul

Reply via email to