\begin{figure}[ht]
    \centering
    \resizebox{!}{0cm}{\begin{minipage}{\textwidth}
    \includegraphics[width=5cm]{example-image-a}
    \caption{}
    \label{figure1}
    \end{minipage}}
\end{figure}

如果你想把图片的序号也取消,方法如下:

\begin{figure}[ht]
    \centering
    \resizebox{!}{0cm}{\begin{minipage}{\textwidth}
    \includegraphics[width=5cm]{example-image-a}
    \end{minipage}}
\end{figure}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2021-10-21
  • 2021-09-12
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2021-10-01
相关资源
相似解决方案