This should be easy. use \begin{figure} \subfigure{ \includegraphics{1.eps} } \subfigure{ \includegraphics{2.eps} } \caption{.........} \label{....} \end{figure}
If you don't need the (a), (b), etc. for the subfigures (e.g., if the (a) is already in the EPS file), you can just say \begin{figure} \includegraphics{...} \includegraphics{...} \caption{...} \end{figure}
【在 z*****n 的大作中提到】 : This should be easy. : use : \begin{figure} : \subfigure{ : \includegraphics{1.eps} : } : \subfigure{ : \includegraphics{2.eps} : } : \caption{.........}
a*f
4 楼
多谢指教.可是我用了subfigure还是没有(a),(b)呀??
【在 T*******n 的大作中提到】 : If you don't need the (a), (b), etc. for the subfigures (e.g., : if the (a) is already in the EPS file), you can just say : \begin{figure} : \includegraphics{...} : \includegraphics{...} : \caption{...} : \end{figure}
r*s
5 楼
I use the following one, you may have a try: \usepackage{graphicx} \usepackage{subfigure} \begin{figure}[htb] \centering \mbox{ \subfigure[sub title-1]{\includegraphics[scale=.5]{test1.eps }}\quad \subfigure[sub title-2]{\includegraphics[scale=.5]{test2.eps}} } \caption{caption} \label{Fig:CellDropRates} \end{figure} just like xxxxx yyyy (a)---(b) Fig2: title