I want to increase the distance between a subfigure and its caption. The following is the code that i use:
Code: Select all
\begin{figure}[h]
\begin{center}
\mbox{
\subfigure[]{\includegraphics[width=1.7in]{Images/part1}}
\subfigure[]{\includegraphics[width=1.7in]{Images/part2}}
}
\caption{caption goes here.}
\label{fig:parts}
\end{center}
\end{figure}
is there some method of doing that?
regards