summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/rmannot/examples/rma/tst_mov.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/rmannot/examples/rma/tst_mov.tex')
-rw-r--r--texmf-dist/doc/latex/rmannot/examples/rma/tst_mov.tex58
1 files changed, 58 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/rmannot/examples/rma/tst_mov.tex b/texmf-dist/doc/latex/rmannot/examples/rma/tst_mov.tex
new file mode 100644
index 00000000..7a4cdda9
--- /dev/null
+++ b/texmf-dist/doc/latex/rmannot/examples/rma/tst_mov.tex
@@ -0,0 +1,58 @@
+% does not play in flash player
+\documentclass{article}
+\usepackage{amsmath}
+\usepackage{calc}
+%
+% the driver line is not necessary if you
+% have aebpro.cfg configured to your driver.
+%
+\usepackage[%
+ web={pro,tight,usesf},
+ eforms,graphicxsp={showembeds}
+]{aeb_pro}
+\usepackage{rmannot}
+
+\margins{.25in}{.25in}{24pt}{.25in} % left,right,top, bottom
+\screensize{5in}{5.5in} % height, width
+
+\AcroVer[win=64]{Beta}
+
+\DeclareDocInfo
+{
+ title={The \textsf{rmannot} Package\texorpdfstring{\\[1ex]}{: }H.264 encoded MOV video},
+ author=D. P. Story,
+ university=Acro\negthinspace\TeX.Net,
+ email=dpstory@acrotex.net,
+ subject={Demo of the rmannot package, MOV video},
+ keywords={Adobe Acrobat, rich media annotation, Quicktime MOV, H.264},
+ talksite=\url{http://www.acrotex.net},
+ talkdate={Aug.\ 2020},
+ copyrightStatus=True,
+ copyrightNotice={Copyright (C) 2008--\the\year, D. P. Story},
+ copyrightInfoURL=http://www.acrotex.net
+}
+\talkdateLabel{Published:}
+
+\def\AcroTeX{Acro\!\TeX}
+
+\newcommand{\myRMFiles}{%
+ C:/Users/Public/Documents/My TeX Files/%
+ tex/latex/aeb/aebpro/rmannot/RMfiles}
+\saveNamedPath{driving1}{\myRMFiles/driving1.mov}
+\makePoster[hiresbb]{aebmovie_poster}{aebmovie_poster}
+
+\parindent=0pt\parskip6pt\pagestyle{empty}
+
+\previewOff
+
+\begin{document}
+
+\maketitle
+
+\begin{center}
+ \rmAnnot[poster=aebmovie_poster,height=2in]{640bp}{480bp}{driving1}
+\end{center}
+This video was H.264 encoded to the MOV video format. The converter used
+was the Movavi Video Converter 2020 Premium (7-day Trial Version).\footnote{\url{https://www.movavi.com/}}
+
+\end{document}