0
点赞
收藏
分享

微信扫一扫

latex 让一图只占一半页面

gy2006_sw 2022-07-27 阅读 84


\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{thepic.png}
\caption{pic description} \label{fig1}
\end{figure}

width=0.5\textwidth


举报

相关推荐

0 条评论