texlive[55338] Master/texmf-dist: animate (29may20)

commits+karl at tug.org commits+karl at tug.org
Fri May 29 23:14:01 CEST 2020


Revision: 55338
          http://tug.org/svn/texlive?view=revision&revision=55338
Author:   karl
Date:     2020-05-29 23:14:01 +0200 (Fri, 29 May 2020)
Log Message:
-----------
animate (29may20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/animate/ChangeLog
    trunk/Master/texmf-dist/doc/latex/animate/README.txt
    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	2020-05-29 21:13:37 UTC (rev 55337)
+++ trunk/Master/texmf-dist/doc/latex/animate/ChangeLog	2020-05-29 21:14:01 UTC (rev 55338)
@@ -1,3 +1,7 @@
+2020-05-29
+	* fix: `autoplay' option non-functional in combination with `poster=last';
+	missing mention of KDE Okular in the list of supported PDF viewers
+
 2020-05-07
 	* fix: control button issue (dvisvgm)
 

Modified: trunk/Master/texmf-dist/doc/latex/animate/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/animate/README.txt	2020-05-29 21:13:37 UTC (rev 55337)
+++ trunk/Master/texmf-dist/doc/latex/animate/README.txt	2020-05-29 21:14:01 UTC (rev 55338)
@@ -20,7 +20,7 @@
 LaTeX -> dvisvgm for SVG.
 
 The resulting PDF with animations can be viewed in Acrobat Reader (except
-on mobile devices), in PDF-XChange and in Foxit Reader. Animated SVG are
+on mobile devices), KDE Okular, PDF-XChange and Foxit Reader. Animated SVG are
 self-contained files that can be embedded into HTML using the `<object>` tag or
 opened directly in a Web browser, such as Firefox or Chromium.
 
@@ -32,8 +32,8 @@
              SVG dvisvgm html TeX4ht web animating embed animated graphics
              LaTeX pdfLaTeX LuaLaTeX PSTricks pgf TikZ LaTeX-picture MetaPost
              inline graphics vector graphics animated GIF LaTeX dvips ps2pdf
-             dvipdfmx XeLaTeX JavaScript Acrobat Reader PDF-XChange Foxit Reader
-             Firefox Chrome Chromium
+             dvipdfmx XeLaTeX JavaScript Acrobat Reader KDE Okular PDF-XChange
+             Foxit Reader Firefox Chrome Chromium
 
 
 2. Usage
@@ -110,7 +110,7 @@
  * Ghostscript or Adobe Distiller
  * dvipdfmx
  * dvisvgm
- * Acrobat Reader, PDF-XChange, Foxit Reader
+ * Acrobat Reader, KDE Okular, PDF-XChange, Foxit Reader
  * Blink-based (Chromium, Chrome, Opera, ...) web browsers or Firefox
 
 

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	2020-05-29 21:13:37 UTC (rev 55337)
+++ trunk/Master/texmf-dist/source/latex/animate/animate.tex	2020-05-29 21:14:01 UTC (rev 55338)
@@ -61,7 +61,7 @@
 %  \makeatother
 %\fi
 
-\def\keywords{include portable PDF animation SVG animation animated PDF animated SVG dvisvgm html TeX4ht web animating embed animated graphics LaTeX pdfLaTeX LuaLaTeX PSTricks pgf TikZ LaTeX-picture MetaPost inline graphics vector graphics animated GIF LaTeX dvips ps2pdf dvipdfmx XeLaTeX JavaScript Acrobat Reader PDF-XChange Foxit Reader Firefox Chrome Chromium}
+\def\keywords{include portable PDF animation SVG animation animated PDF animated SVG dvisvgm html TeX4ht web animating embed animated graphics LaTeX pdfLaTeX LuaLaTeX PSTricks pgf TikZ LaTeX-picture MetaPost inline graphics vector graphics animated GIF LaTeX dvips ps2pdf dvipdfmx XeLaTeX JavaScript Acrobat Reader KDE Okular PDF-XChange Foxit Reader Firefox Chrome Chromium}
 \hypersetup{
   pdftitle={The animate Package},
   pdfsubject={Documentation},
@@ -114,7 +114,7 @@
 
 Package `animate' supports the usual workflows for making PDF, i.\,e. pdf\LaTeX{}, Lua\-\LaTeX{}, \LaTeX{} $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+/Distiller and \pXepLaTeX{} $\rightarrow$ \verb+(x)dvipdfmx+. For animated SVG, it supports the \verb+dvisvgm+ driver. The DVI/XDV used as input for \verb+dvisvgm+ can be generated with \LaTeX{}, Lua\LaTeX{} (in DVI mode with command `\verb+dvilualatex+') and \XeLaTeX{} (with option `\verb+--no-pdf+').
 
-PDF files with animations can be viewed in Acrobat Reader (except on mobile devices), PDF-XChange and Foxit Reader.
+PDF files with animations can be viewed in Acrobat Reader (except on mobile devices), KDE Okular, PDF-XChange and Foxit Reader.
 
 Animated SVG produced by means of \LaTeX{} and \verb+dvisvgm+ are self-sufficient files that can be embedded into HTML using the \verb+<object>+ tag or opened directly in a Web browser, such as Chromium or Firefox. Also, presentations, such as `beamer'-class documents, with embedded animations can be exported to SVG instead of PDF and viewed in a Web browser. SVG-capable Web browsers are standard on many platforms and operating systems and thus make SVG a very portable file format. A \LaTeX{} package for embedding video and audio into SVG is also available\cite{media4svg}.
 
@@ -131,7 +131,7 @@
 \item \verb+dvipdfmx+ for DVI to PDF conversion
 \item dvipdfmx, version $\ge 20190503$, for DVI to PDF conversion
 \item \verb+dvisvgm+ for DVI to SVG conversion (also requires Ghostscript)
-\item PDF: Acrobat Reader, PDF-XChange, Foxit Reader
+\item PDF: Acrobat Reader, KDE Okular, PDF-XChange, Foxit Reader
 \item SVG: Chromium-based browsers for best performance
 \end{trivlist}
 

Modified: trunk/Master/texmf-dist/tex/latex/animate/animate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/animate/animate.sty	2020-05-29 21:13:37 UTC (rev 55337)
+++ trunk/Master/texmf-dist/tex/latex/animate/animate.sty	2020-05-29 21:14:01 UTC (rev 55338)
@@ -13,7 +13,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 
-\def\@anim at version{2020/05/07}
+\def\@anim at version{2020/05/29}
 \ProvidesPackage{animate}
 [\@anim at version\space PDF & SVG animations from files and inline graphics]
 
@@ -4159,7 +4159,7 @@
       \if at anim@autoresume
         if(a#1_isPaused){$%
       \fi
-        if(a#1_playsRight){a#1_playRight();}else{a#1_playLeft();}$%
+        if(a#1_playsRight){a#1_playFwd();}else{a#1_playBwd();}$%
       \if at anim@autoresume%
         }$%
       \fi%



More information about the tex-live-commits mailing list.