subfigure插入图片如何去掉自动编号
提问于:
浏览数:
6962
2 回答
4
<p>给你个Demo,然后照猫画虎吧,我也不知道你原来代码咋写的。<br></p><pre class="brush:cpp;toolbar:false">\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}</pre><p><br></p>
0
<p>提问的时候最好提供你的代码是怎么写的。</p><p>一般不带编号就是加星号 比如 section 不带编号就是 section* 比如 caption 对应不带编号就是 caption*</p>
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。