I have a document with lots of figures. I am using \figure and \documentclass[a4paper,12pt]{report}. I would like to change the appearance of text below the pic, i.e, I would like to change in \label{fig:Figure 1} so that it appears "Figure 1" in bold. And, change its size for instance. I want \caption text' font remains the same. I tried to insert \bf and \textbf in \label but neither worked:S
Can somebody please help me?
Code: Select all
\begin{figure}[htp]
\centering
\includegraphics[width=0.6\textwidth]{Path/To/Picture/My_Picture.jpg}
\caption{This is my picture}
\label{fig:Figure1}
\end{figure}