用在
beamer
中:
\column{.5\textwidth}
\begin{figure}[H]
\centering
\includegraphics[width=0.85\textwidth]{earthquake_wenchuan.PNG}
\caption{f}
\label{Fig.earthquake1}
\end{figure}
\column{.5\textwidth}
\begin{figure}[H]
\centering
\includegraphics[width=0.85\textwidth]{earthquake_wenchuan.PNG}
\caption{f}
\label{Fig.earthquake2}
\end{figure}
\end{columns}
效果如下(由于presentation的主题与发生灾难时的通信有关, 所以使用了当时汶川地震时的一组照片):
用在
article
中:
除此之外, 还可以用minipage的形式:
\begin{figure}[htp]
\centering
\begin{minipage}[t]{0.49\textwidth}
\centering
\includegraphics[width=1\textwidth]{name1.png}
\caption{}
\label{}
\end{minipage}
\begin{minipage}[t]{0.49\textwidth}
\centering
\includegraphics[width=1\textwidth]{name2.png}
\caption{}
\label{}
\end{minipage}
\end{figure}
版权声明:本文为weixin_41181312原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。