diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-25 20:47:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-25 20:47:38 +0000 |
commit | 1ef16d82e52f4296be46ce5bf5a74e213257b7e3 (patch) | |
tree | 52480676fdb0a8c258a6774b0e4e0c45ea24e104 /Master/texmf-dist/doc/latex/animate | |
parent | 4bed4ce56b3f38c07390902dd1d37411ea42e1bb (diff) |
animate (25apr20)
git-svn-id: svn://tug.org/texlive/trunk@54874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/animate')
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/ChangeLog | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/README.txt | 81 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/animate.pdf | bin | 3909427 -> 3911070 bytes |
3 files changed, 54 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog index 44a258a0dae..66592c1bb6a 100644 --- a/Master/texmf-dist/doc/latex/animate/ChangeLog +++ b/Master/texmf-dist/doc/latex/animate/ChangeLog @@ -1,3 +1,11 @@ +2020-04-25 + * fix: compilation error in case of `dvisvgm' + [french]{babel}. For + slightly better performance, \animategraphics doesn't pass `clip' anymore + automatically to graphicx' \includegraphics; instead, the new `clip' + pkg/command option should be set if need be (mostly when using dvisvgm + together with trimming options). Interaction with animation on mobile + devices: single tap for play/pause + 2020-03-25 * fix: using `controlsaligned' as package option diff --git a/Master/texmf-dist/doc/latex/animate/README.txt b/Master/texmf-dist/doc/latex/animate/README.txt index 6a7edff8975..f8cd575b926 100644 --- a/Master/texmf-dist/doc/latex/animate/README.txt +++ b/Master/texmf-dist/doc/latex/animate/README.txt @@ -41,22 +41,27 @@ and examples. \usepackage[<package options>]{animate} - * Package options: width=<h-size>, height=<v-size>, totalheight=<v-size>, - keepaspectratio, scale=<factor>, nomouse, - hiresbb,pagebox,interpolate, - autopause, autoplay, autoresume, - controls[=all | none | ...], - controlsaligned=left[+<indent>] | center | right[+<indent>], - final, draft, - buttonsize=<size>, - buttonbg=<colour>, buttonfg=<colour>, buttonalpha=<opacity>, - loop, palindrome, step, - poster[=first | <num> | last | none], - alttext=none | {<alternative description>}, - method=icon | widget | ocg, - dvipdfmx, dvisvgm, xetex, - type=[<file ext>], - export + * Package options: + + width=<h-size>, height=<v-size>, totalheight=<v-size>, + keepaspectratio, scale=<factor>, + bb=<llx> <lly> <urx> <ury>, + viewport=<llx> <lly> <urx> <ury>, + trim=<left> <bottom> <right> <top>, + clip, hiresbb, pagebox=..., interpolate, + type=[<file ext>], + final, draft, nomouse, + autopause, autoplay, autoresume, + controls[=all | none | ...], + controlsaligned=left[+<indent>] | center | right[+<indent>], + buttonsize=<size>, + buttonbg=<colour>, buttonfg=<colour>, buttonalpha=<opacity>, + loop, palindrome, step, + poster[=first | <num> | last | none], + alttext=none | {<alternative description>}, + method=icon | widget | ocg, + dvipdfmx, dvisvgm, xetex, + export \animategraphics[<options>]{<frame rate>}{<file basename>}{<first>}{<last>} @@ -73,25 +78,31 @@ and examples. } \end{animateinline} - * Command options: width=<h-size>, height=<v-size>, totalheight=<v-size>, - keepaspectratio, scale=<factor>, nomouse, - hiresbb,pagebox,interpolate, - autopause, autoplay, autoresume, final, draft, - controls[=all | none | ...], - buttonsize=<size>, - buttonbg=<colour>, buttonfg=<colour>, buttonalpha=<opacity>, - loop, palindrome, step, measure, - poster[=first | <num> | last | none], - alttext=none | {<alternative description>}, - begin={<begin text>}, end={<end text>}, - timeline=<timeline file>, - method=icon | widget | ocg, - every=<number>, bb=<llx> <lly> <urx> <ury>, - viewport=<llx> <lly> <urx> <ury>, - trim=<left> <bottom> <right> <top>, - label=<label text>, type=[<file ext>] - - + * Command options: + + width=<h-size>, height=<v-size>, totalheight=<v-size>, + keepaspectratio, scale=<factor>, + bb=<llx> <lly> <urx> <ury>, + viewport=<llx> <lly> <urx> <ury>, + trim=<left> <bottom> <right> <top>, + clip, hiresbb, pagebox=..., interpolate, + type=[<file ext>], + final, draft, nomouse, + autopause, autoplay, autoresume, + controls[=all | none | ...], + controlsaligned=left[+<indent>] | center | right[+<indent>], + buttonsize=<size>, + buttonbg=<colour>, buttonfg=<colour>, buttonalpha=<opacity>, + loop, palindrome, step, + measure, + poster[=first | <num> | last | none], + alttext=none | {<alternative description>}, + begin={<begin text>}, end={<end text>}, + timeline=<timeline file>, + method=icon | widget | ocg, + every=<number>, label=<label text> + + 3. Requirements =============== diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf Binary files differindex b404cbf5057..75dad51500e 100644 --- a/Master/texmf-dist/doc/latex/animate/animate.pdf +++ b/Master/texmf-dist/doc/latex/animate/animate.pdf |