texlive[52646] Master/texmf-dist: animate (5nov19)
commits+karl at tug.org
commits+karl at tug.org
Tue Nov 5 22:35:42 CET 2019
Revision: 52646
http://tug.org/svn/texlive?view=revision&revision=52646
Author: karl
Date: 2019-11-05 22:35:42 +0100 (Tue, 05 Nov 2019)
Log Message:
-----------
animate (5nov19)
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 2019-11-05 21:35:11 UTC (rev 52645)
+++ trunk/Master/texmf-dist/doc/latex/animate/ChangeLog 2019-11-05 21:35:42 UTC (rev 52646)
@@ -1,3 +1,6 @@
+2019-11-05
+ * fix: old engine testing pkgs replaced by `iftex'
+
2019-08-20
* fix: now, on PageClosePageInvisible event, seeking to poster frame only if
currently not on display.
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 2019-11-05 21:35:11 UTC (rev 52645)
+++ trunk/Master/texmf-dist/source/latex/animate/animate.tex 2019-11-05 21:35:42 UTC (rev 52646)
@@ -6,6 +6,7 @@
% http://mirrors.ctan.org/macros/latex/base/lppl.txt
% for the details of that license.
%
+\listfiles
\documentclass[a4paper]{article}
\frenchspacing
\usepackage[buttonbg=0.9]{animate}
@@ -1326,8 +1327,10 @@
The following code may serve as a template for generating standalone animated SVG:
\begin{lstlisting}
-\documentclass[12pt,dvisvgm]{article}
+\documentclass[dvisvgm]{article}
+\pagestyle{empty} % suppress page number
+
\usepackage{animate}
\usepackage{graphicx}
@@ -1337,8 +1340,6 @@
%\usepackage{pstricks} % enable as needed
%\usepackage{tikz}
-\pagestyle{empty}
-
\begin{document}
\begin{center}
Modified: trunk/Master/texmf-dist/tex/latex/animate/animate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/animate/animate.sty 2019-11-05 21:35:11 UTC (rev 52645)
+++ trunk/Master/texmf-dist/tex/latex/animate/animate.sty 2019-11-05 21:35:42 UTC (rev 52646)
@@ -13,15 +13,13 @@
\NeedsTeXFormat{LaTeX2e}
-\def\@anim at version{2019/08/20}
+\def\@anim at version{2019/11/05}
\ProvidesPackage{animate}
[\@anim at version\space PDF & SVG animations from files and inline graphics]
\RequirePackage{xkeyval}
\RequirePackage{ifthen}
-\RequirePackage{ifpdf}
-\RequirePackage{ifluatex}
-\RequirePackage{ifxetex}
+\RequirePackage{iftex}
\RequirePackage{ifdraft}
\RequirePackage{calc}
More information about the tex-live-commits
mailing list