我正在为一个单词匹配游戏写一篇研究论文。但是,当我尝试重新缩放论文中的图像时,尺寸并没有改变。以下代码生成图形:
\begin{figure}
\includegraphics[scale=0.4, clip,width=0.9\linewidth]{figure/fig_1.PNG}
\caption{Word Match Generator Before Dragging Boxes}
\label{fig:fig1}
\end{figure}
\begin{figure}
\includegraphics[scale=0.4, clip,width=0.9\linewidth]{figure/Figure2.png}
\caption{Word Match After Dragging Boxes}
\label{fig:fig2}
\end{figure}
\begin{figure}
\includegraphics[scale=0.2, clip,width=0.9\linewidth]{figure/congratulations_button.PNG}
\caption{Congratulations Dialog Box}
\label{fig:fig3}
\end{figure}
预期:生成一组图形,任何修改scale=0.2
都会改变图形大小。
任何有关如何解决此问题的帮助都会很有帮助。