texlive[46765] Master/texmf-dist: animate (28feb18)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 1 00:45:26 CET 2018


Revision: 46765
          http://tug.org/svn/texlive?view=revision&revision=46765
Author:   karl
Date:     2018-03-01 00:45:26 +0100 (Thu, 01 Mar 2018)
Log Message:
-----------
animate (28feb18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/animate/ChangeLog
    trunk/Master/texmf-dist/doc/latex/animate/animate.pdf
    trunk/Master/texmf-dist/source/latex/animate/animate.tex
    trunk/Master/texmf-dist/tex/latex/animate/animate.sty

Modified: trunk/Master/texmf-dist/doc/latex/animate/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/animate/ChangeLog	2018-02-28 23:45:07 UTC (rev 46764)
+++ trunk/Master/texmf-dist/doc/latex/animate/ChangeLog	2018-02-28 23:45:26 UTC (rev 46765)
@@ -1,3 +1,6 @@
+2018-02-28
+	* fix: test for XeTeX; test for eTeX removed
+
 2018-01-04
 	* maintenance, repackaged for upload to CTAN
 

Modified: trunk/Master/texmf-dist/doc/latex/animate/animate.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/animate/animate.tex
===================================================================
--- trunk/Master/texmf-dist/source/latex/animate/animate.tex	2018-02-28 23:45:07 UTC (rev 46764)
+++ trunk/Master/texmf-dist/source/latex/animate/animate.tex	2018-02-28 23:45:26 UTC (rev 46765)
@@ -1271,7 +1271,7 @@
 \begin{itemize}
   \item The maximum frame rate that can actually be achieved largely depends on the complexity of the graphics and on the available hardware. Starting with version 8, Acrobat Reader appears to be somewhat slower. However, you might want to experiment with the graphical hardware acceleration feature that was introduced in Reader 8. Go to menu `Edit' $\rightarrow$ `Preferences' $\rightarrow$ `Page Display' $\rightarrow$ `Rendering' to see whether hardware acceleration is available. A 2D GPU acceleration check box will be visible if a supported video card has been detected.
 
-  \item Animations may run very slowly if viewed in the Acrobat Reader web-browser plugin. Instead, open the PDF locally in the Reader application for best results.
+%  \item Animations may run very slowly if viewed in the Acrobat Reader web-browser plugin. Instead, open the PDF locally in the Reader application for best results.
 
   \item The Acrobat Reader setting `Use page cache' (menu `Edit' $\rightarrow$ `Preferences' $\rightarrow$ `Startup') should be \emph{dis}abled for version 7, while remaining \emph{en}abled beginning with version 8 (menu `Edit' $\rightarrow$ `Preferences' $\rightarrow$ `Page Display' $\rightarrow$ `Rendering').
 

Modified: trunk/Master/texmf-dist/tex/latex/animate/animate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/animate/animate.sty	2018-02-28 23:45:07 UTC (rev 46764)
+++ trunk/Master/texmf-dist/tex/latex/animate/animate.sty	2018-02-28 23:45:26 UTC (rev 46765)
@@ -13,24 +13,15 @@
 
 \NeedsTeXFormat{LaTeX2e}
 
-\def\@anim at version{2018/01/04}
+\def\@anim at version{2018/02/28}
 \ProvidesPackage{animate}
 [\@anim at version\space PDF animations from files and inline graphics]
 
-%test for e-TeX
-\expandafter\ifx\csname eTeXversion\endcsname\relax
-  \PackageError{animate}{%
-    Missing support for e-TeX; aborting...%
-  }{%
-    Use a TeX compiler that supports e-TeX and enable e-TeX %
-    in the format.%
-  }
-\fi
-
 \RequirePackage{xkeyval}
 \RequirePackage{ifthen}
 \RequirePackage{ifpdf}
 \RequirePackage{ifluatex}
+\RequirePackage{ifxetex}
 \RequirePackage{ifdraft}
 \RequirePackage{calc}
 \RequirePackage{graphics}%\scalebox, \resizebox, \rotatebox
@@ -60,7 +51,7 @@
 \fi
 \newboolean{@anim at xetex}
 \setboolean{@anim at xetex}{false}
-\expandafter\ifx\csname XeTeXrevision\endcsname\relax\else
+\ifxetex
   \setboolean{@anim at xetex}{true}
   \setboolean{@anim at dvipdfmx}{true}
   \setboolean{@anim at dvips}{false}
@@ -136,21 +127,6 @@
       \begingroup%
       \@anim at document%
     }
-    %define `?pdfmark' operator as in file hdvips.def from package `hyperref'
-    \AtBeginDvi{%
-      \expandafter\ifx\csname pdfmark\endcsname\relax%
-        \special{!
-          systemdict /pdfmark known%
-          {%
-            userdict /?pdfmark systemdict /exec get put%
-          }{%
-            userdict /?pdfmark systemdict /pop get put
-            userdict /pdfmark systemdict /cleartomark get put%
-          }%
-          ifelse%
-        }%
-      \fi%
-    }
   \fi
 \fi
 



More information about the tex-live-commits mailing list