Skip to content

Instantly share code, notes, and snippets.

@kaleocheng
Created July 9, 2014 07:45
Show Gist options
  • Save kaleocheng/43ad72a4e25df502bc57 to your computer and use it in GitHub Desktop.
Save kaleocheng/43ad72a4e25df502bc57 to your computer and use it in GitHub Desktop.
用LaTeX向pdf中插入多媒体文件
\documentclass[12pt,landscape]{article}
\usepackage{geometry}
\geometry{verbose,letterpaper}
\usepackage{movie15}
\usepackage{hyperref}
\begin{document}
Whispering-gallery mode in a auarter circle:
\begin{figure}[ht]
\includemovie[
poster,
text={\small(iLoading movie.mp3)
}]{6cm}{6cm}{music.mp3}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment