如何在Beamer中將圖形放在影片(media9)旁邊?

如何在Beamer中將圖形放在影片(media9)旁邊?

影片:

\includemedia[
    activate=pageopen,
    width=5cm,height=5cm,
    addresource=videos/video.mp4,
    flashvars={
        source=videos/video.mp4 &
        autoPlay=true &
        loop=true
    }
]{}{VPlayer9.swf}

數字:

\begin{figure}
    \includegraphics[width=5cm]{images/figure.jpg}
    \label{fig:myfigure}
\end{figure}

根據上面的範例程式碼,如何在 Beamer 中將視訊和圖形放在一起(我的意思是同一行中的兩個項目)?

答案1

就像一個人將其他東西放在一起一樣。

因此,\includemedia[...]{...}{...}\includegraphics{...}

相關內容