http://blog.sina.com.cn/s/blog_58b8951801000a9e.html

\begin{figure}
\centering
\subfigure[这是第一幅图]{
\label{fig:subfig:a} %% 第一幅图的标签
\includegraphics[width=0.8\textwidth]{figure/001.eps}}
\hspace{1in} \subfigure[第二幅图]{
\label{fig:subfig:b} %% 第二幅图的标签
\includegraphics[width=0.8\textwidth]{figure/002.eps}}
\caption{总共两幅图}
\label{fig:subfig} %% label for entire figure
\end{figure}

相关文章:

  • 2021-11-29
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-07-15
  • 2021-05-16
  • 2021-05-11
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-12-25
相关资源
相似解决方案