看板LaTeX
标 题Re: [问题] 如何不显示 subfigure 中的 (a), (
发信站(null) (Fri Nov 30 11:48:20 2012)
转信站ptt!news.ntu!ctuews.n!news.nctu!stanfordtanford.edu!kt20no8287512pbb.1
Assume you are using ONE column format
these two graphs will line up horizontally with captions that will go to ToF
\begin{figure}
\begin{minipage}[c]{0.49\textwidth}
\includegraphics[options]{foo1.pdf}
\end{minipage}
\begin{minipage}[c]{0.49\textwidth}
\includegraphics[options]{foo2.pdf}
\end{minipage}
\caption{(a) ...\hfil(b) ...}
\end{figure}