I don't know why latex is making my captions bold.
\section*{附录}
\begin{figure}[htbp]
\centering
{
\label{fig:ILOVEYOU}
\includegraphics[scale=2.7]{ILOVEYOU.jpg}
}
\caption{ILOVEYOU蠕虫邮件}
\end{figure}
I added a figure with a caption earlier and it wasn't bolded. Thank you!