Now I want to change the label properties of a subfigure, which does not work.
Code: Select all
\documentclass{beamer}
\usepackage{default}
\usepackage{subfigure}
\usepackage{caption}
\begin{document}
\begin{figure}[ht]
\centering
\captionsetup[subfig]{labelfont=bf}
\subfigure[subfigure 1]{\includegraphics[width=.45\textwidth]{stm.png}}
\captionsetup[subfig]{clear}
\subfigure[subfigure 2]{\includegraphics[width=.45\textwidth]{stm.png}}
\end{figure}
\end{document}
Code: Select all
\usepackage{caption}
\captionsetup[subfigure]{font=small}
This is urgent, if someone could help...
thx a lot