现在的位置: 首页 > 综合 > 正文

subfigure

2013年08月21日 ⁄ 综合 ⁄ 共 440字 ⁄ 字号 评论关闭

注意要使用宏包/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间.

抱歉!评论已关闭.