diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-23 21:33:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-23 21:33:52 +0000 |
commit | 0e0fc7e759639635f5874e0c328b0b3a959a93d9 (patch) | |
tree | 210bf93cbb390ee0082e8e3cb852a39e60841007 /Master/texmf-dist/doc/latex/animate/README | |
parent | d80131f43710fbd9f2f4e9e77ee774c549744bc0 (diff) |
animate (23sep14)
git-svn-id: svn://tug.org/texlive/trunk@35238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/animate/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/README | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/README b/Master/texmf-dist/doc/latex/animate/README index b522816f591..85943467d4c 100644 --- a/Master/texmf-dist/doc/latex/animate/README +++ b/Master/texmf-dist/doc/latex/animate/README @@ -17,8 +17,8 @@ Description: It supports the usual PDF making workflows, i. e. pdfLaTeX, LaTeX -> dvips -> ps2pdf (Ghostscript)/Distiller and (Xe)LaTeX -> (x)dvipdfmx. - The resulting PDF can be viewed in current Adobe Readers on all supported - platforms. + The resulting PDF can be viewed in current Adobe Readers on supported + platforms (except mobile devices). Note, this file only gives a summary of usage and available package and command options. Please refer to the documentation `animate.pdf' for details @@ -34,10 +34,12 @@ Usage: \usepackage[<package options>]{animate} - * Package options: autopause, autoplay, autoresume, controls, final, draft, - buttonsize=<size>, buttonbg=<colour>, buttonfg=<colour>, - loop, palindrome, step, poster[=first | none | last], - useocg, dvipdfmx, xetex + * Package options: width=<h-size>, height=<v-size>, totalheight=<v-size>, + keepaspectratio, scale=<factor>, nomouse, + autopause, autoplay, autoresume, controls, final, draft, + buttonsize=<size>, buttonbg=<colour>, buttonfg=<colour>, + loop, palindrome, step, poster[=first | none | last], + useocg, dvipdfmx, xetex \animategraphics[<options>]{<frame rate>}{<file basename>}{<first>}{<last>} @@ -54,8 +56,9 @@ Usage: } \end{animateinline} - * Command options: width=<width>, height=<height>, depth=<depth>, - scale=<factor>, autopause, autoplay, autoresume, final, + * Command options: width=<h-size>, height=<v-size>, totalheight=<v-size>, + keepaspectratio, scale=<factor>, nomouse, + autopause, autoplay, autoresume, final, draft, controls, buttonsize=<size>, buttonbg=<colour>, buttonfg=<colour>, loop, palindrome, step, measure, poster[=first | none | last], begin={<begin text>}, @@ -69,7 +72,7 @@ Requirements: e-TeX pdfTeX, version >= 1.20 - Ghostscript, version >= 8.31 or Adobe Distiller + Ghostscript, version >= 9.15 or Adobe Distiller dvipdfmx, version >= 20080607 Adobe Reader, version >= 7 |