\documentclass{article}
\usepackage{subfigure}
\usepackage{graphicx}
\begin{document}
\begin{figure}[t!]
\centering
\subfigure{
\includegraphics[width=5.2in]{57.bmp} % does not have a caption
}\\
\subfigure[]{
\includegraphics[width=4.8in]{57.bmp} %has one caption
}
\end{figure}
\end{document}
给你个Demo,然后照猫画虎吧,我也不知道你原来代码咋写的。
一周热门 更多>