Overleaf 图片位置不固定的解决方法
方法一:加空行
\\ \hspace*{\fill} \\
(报错什么的别管就好啦ε=(´ο`*))
方法二:改变图片大小、并列图片
1.改大小(改height/width即可)
\includegraphics[height=4cm]{Figures/image.png}
2.图片并列
\begin{figure}[htp]
\centering
\includegraphics[height=4cm]{Figures/image0.png}
\quad
\includegraphics[height=4cm]{Figures/image1.png}
\quad
\includegraphics[height=4cm]{Figures/image2.png}
\caption{Connect ESXi1}
\label{fig:my_label}
\end{figure}
再次吐槽Overleaf真的很慢 (o)/~