subfigure

注意要使用宏包/usepackage{graphicx} 和/usepackage{subfigure}

/begin{figure} /centering
/subfigure[figure 1 title.] { /label{fig:a}
/includegraphics[width=0.8/columnwidth]{fig1.eps}
}
/subfigure[figure 2 title.] { /label{fig:b}
/includegraphics[width=0.8/columnwidth]{fig2.eps}
}
/caption{ general title. }
/label{fig}
/end{figure}


Note:
如果前图漏掉 /caption{},后图的编号可能不会从(a)算起。改变编号用
/setcounter{subfigure}{0};
引用子编号/subref{fig:subfig};
改变间距用 /vspace{.3in} 和/hspace{.1in},置于两subfigure间.

你可能感兴趣的:(subfigure)