📜  两列上的乳胶图 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:32.531000             🧑  作者: Mango

代码示例1
% set image on full page width with figure* and width=\textwidth
\begin{figure*}[thpb]
    \centering
    \includegraphics[width=\textwidth]{images/my_image.png}
    \caption{Caption}
    \label{fig:my_image}
\end{figure*}