有时候不需要图编号,这个如何取下呢
将命令\caption{figure name}
修改为\caption*{figure name}
\usepackage{caption}
......
\begin{figure}[h]
\\centerline{\includegraphics[scale=0.285, trim=0 0 0 0]{figure1}}}
\caption*{figure name}
\label{fig_1}
\end{figure}
有时候不需要图编号,这个如何取下呢
将命令\caption{figure name}
修改为\caption*{figure name}
\usepackage{caption}
......
\begin{figure}[h]
\\centerline{\includegraphics[scale=0.285, trim=0 0 0 0]{figure1}}}
\caption*{figure name}
\label{fig_1}
\end{figure}