在使用overleaf插图的时候,需要将图片整体扩大到最大程度,用的命令是:
\begin{figure}[H]
\begin{adjustwidth}{-\extralength}{0cm}%将图片的范围扩大
\centering %图片全局居中
\includegraphics[width=0.7\textwidth]{fig/}
\caption{*********}
\end{adjustwidth}
\label{1}
\end{figure}
更多插图命令参考:/learn/latex/Inserting_Images