diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-19 20:19:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-19 20:19:22 +0000 |
commit | 026225d689e0a217eb6b5cdb6fbd6207cc60013d (patch) | |
tree | b713ae5498c31ade48453372d005027c1602e0cd /Master/texmf-dist/source/latex/animate | |
parent | f62756585431aee889047a610b85d3535f7c49be (diff) |
animate (19aug21)
git-svn-id: svn://tug.org/texlive/trunk@60274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/animate')
-rw-r--r-- | Master/texmf-dist/source/latex/animate/animate.tex | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex index 4721acff546..a5fb68d90f3 100644 --- a/Master/texmf-dist/source/latex/animate/animate.tex +++ b/Master/texmf-dist/source/latex/animate/animate.tex @@ -5,14 +5,16 @@ % http://mirrors.ctan.org/macros/latex/base/lppl.txt % for the details of that license. % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\listfiles - -\RequirePackage{pdfmanagement-testphase} -\DeclareDocumentMetadata{ -% uncompress +%%% force dvi %%% +\ifdefined\outputmode\outputmode=0\fi +\ifdefined\pdfoutput\pdfoutput=0\fi +%%%%%%% pdfmanagement-testphase %%%%%% +\RequirePackage{pdfmanagement-testphase} % load the package +\DeclareDocumentMetadata % activates the PDF management interface +{ + %uncompress, } - +%%%%%% /pdfmanagement-testphase %%%%%% \documentclass[a4paper]{article} \frenchspacing \usepackage[buttonbg=0.9]{animate} @@ -35,7 +37,7 @@ \usepackage{parskip} \usepackage{tabls} \usepackage{multirow} -\usepackage[bookmarksnumbered,linktocpage]{hyperref} +\usepackage{hyperref} \usepackage[ocgcolorlinks]{ocgx2} \usepackage{amsmath} \usepackage{fancyvrb} @@ -65,7 +67,8 @@ pdfsubject={Documentation}, pdfauthor={Alexander Grahn}, pdfkeywords={\keywords}, - allcolors=blue + allcolors=blue, + bookmarksnumbered,linktocpage } \def\XeLaTeX{X\kern-.1667em\lower.5ex\hbox{\reflectbox{E}}\kern-.125em\LaTeX} @@ -1477,12 +1480,11 @@ I would like to thank François Lafont who discovered quite a few bugs and made \bibitem{chupin} Chupin, M.: \emph{Syracuse MetaPost/Animations.} URL: \href{http://melusine.eu.org/syracuse/metapost/animations/chupin/?idsec=scara}{\texttt{http://melusine.eu.org/}} \href{http://melusine.eu.org/syracuse/metapost/animations/chupin/?idsec=scara}{\texttt{syracuse/metapost/animations/chupin/?idsec=scara}} \bibitem{dvisvgm} \emph{dvisvgm: A fast DVI to SVG converter} URL: \url{http://dvisvgm.de} \bibitem{gilg05} Gilg, J.: PDF-Animationen. In: \emph{Die \TeX nische Kom\"odie}, Issue 4, 2005, pp.~30--37 -%%\bibitem{hol} Holeček, J.: \emph{Animations in a pdf\TeX-generated PDF}. URL: \url{http://www.fi.muni.cz/~xholecek/tex/pdfanim.xhtml} \bibitem{hol} Holeček, J.; Sojka, P.: Animations in pdf\TeX-generated PDF. In: \emph{\TeX, XML, and Digital Typography}, Springer, 2004, pp.~179--191. doi:10.1007/978-3-540-27773-6\textunderscore14 \bibitem{luque12} Luque, M.: \emph{PSTricks : applications.} URL: \url{http://pstricks.blogspot.com} \bibitem{media4svg} \emph{The media4svg Package}. URL: \url{http://www.ctan.org/pkg/media4svg} \bibitem{media9} \emph{The media9 Package}. URL: \url{http://www.ctan.org/pkg/media9} -\bibitem{texsx} \emph{Beamer: animate package and overlay}. URL: \href{https://tex.stackexchange.com/a/385209}{\texttt{https://tex.stackexchange.com}}\\\href{https://tex.stackexchange.com/a/385209}{\texttt{/a/385209}} +\bibitem{texsx} \emph{Beamer: animate package and overlay}. URL: \href{https://tex.stackexchange.com/a/385209}{\texttt{https://tex.stackexchange.com}}\\ \href{https://tex.stackexchange.com/a/385209}{\texttt{/a/385209}} \end{thebibliography} \end{document} |