I want to reduce the space between two subfigures and use that space to make those subfigures large. How to do that? My code is as follows:
\begin{figure}[htp]
\centering
\subfigure[1a]{\label{fig1:a}\includegraphics[width=1.6in]{./fig1a.eps}}\hfill
\subfigure[1b]{\label{fig1:b}\includegraphics[width=1.6in]{./fig1b.eps}}
\label{fig1}
\end{figure}


\hfillis there to place the figures towards either side of the margin, you can just make them bigger. The\hfillshould auto adjust. – Peter Grill Jan 31 '12 at 19:53