LaTeX Support
This page includes instructions for additional LaTex features that are supported by SlidePilot
Embedded Video Playback
\documentclass{beamer}
\usepackage{multimedia}
\begin{document}
\frame{
\frametitle{Embedded Video}
\begin{center}
\movie{\includegraphics[width=\textwidth]{thumbnail.jpg}}{path/to/movie.mp4}
\end{center}
}
\end{document}
External Video Playback
Open Document
Last updated