xxxxxxxxxx
\usepackage{subfig}
\begin{figure}
\centering
\subfloat[Gatito]{
\label{f:gato}
\includegraphics[width=0.3\textwidth]{gato.png}}
\subfloat[Tigre]{
\label{f:tigre}
\includegraphics[width=0.3\textwidth]{tigre.png}}
\subfloat[Conejo]{
\label{f:conejo}
\includegraphics[width=0.3\textwidth]{conejo.png}}
\caption{Múltiples imágenes}
\label{f:animales}
\end{figure}