I have a quick question about labeling subfigures: I am putting in figures side-by-side using the subfigure package, but I don't want the labelling to be included in the caption (i.e (a), (b), (c), etc). How do I go about doing this?
\begin{figure}[h!]
\hfill
\subfigure[caption 1]
{\includegraphics[width = 0.45\textwidth]{fig1.png}}
\hfill
\subfigure[caption 2]{\includegraphics[width = 0.45\textwidth]{fig2.png}}
\hfill
\caption{Title for both}
\end{figure}
hyperref? Ideally, your MWE should start with\documentclassand end with\end{document}. – Werner Feb 26 '13 at 17:12