看板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}