texlive[72210] Master/texmf-dist: animate (6sep24)
commits+karl at tug.org
commits+karl at tug.org
Fri Sep 6 23:23:35 CEST 2024
Revision: 72210
https://tug.org/svn/texlive?view=revision&revision=72210
Author: karl
Date: 2024-09-06 23:23:35 +0200 (Fri, 06 Sep 2024)
Log Message:
-----------
animate (6sep24)
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 2024-09-06 21:23:23 UTC (rev 72209)
+++ trunk/Master/texmf-dist/doc/latex/animate/ChangeLog 2024-09-06 21:23:35 UTC (rev 72210)
@@ -1,3 +1,6 @@
+2024-09-06
+ * fix: documentation PDF re-compiled and minor README additions
+
2024-09-05
* new: animation support in PDF.js, version 4.4.168+
Modified: trunk/Master/texmf-dist/doc/latex/animate/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/animate/README.txt 2024-09-06 21:23:23 UTC (rev 72209)
+++ trunk/Master/texmf-dist/doc/latex/animate/README.txt 2024-09-06 21:23:35 UTC (rev 72210)
@@ -25,7 +25,7 @@
`method=widget'.
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
+the `<object>' tag or opened directly in a Web browser, such as Firefox or
Chromium.
Note, this file only gives a summary of usage and available package and
@@ -37,7 +37,7 @@
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
+ Foxit Reader PDF.js Firefox Chrome Chromium
2. Usage
@@ -106,8 +106,8 @@
timeline=<timeline file>,
method=icon | widget | ocg,
every=<number>, label=<label text>
-
-
+
+
3. Requirements
===============
@@ -115,8 +115,8 @@
* Ghostscript or Adobe Distiller
* dvipdfmx
* dvisvgm
- * Acrobat Reader, KDE Okular, PDF-XChange, Foxit Reader
- * Blink-based (Chromium, Chrome, Opera, ...) web browsers or Firefox
+ * PDF: Acrobat Reader, KDE Okular, PDF-XChange, Foxit Reader, PDF.js, Firefox
+ * SVG: Blink-based (Chromium, Chrome, Opera, ...) web browsers or Firefox
4. Installation
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 2024-09-06 21:23:23 UTC (rev 72209)
+++ trunk/Master/texmf-dist/source/latex/animate/animate.tex 2024-09-06 21:23:35 UTC (rev 72210)
@@ -120,7 +120,7 @@
\url{https://mozilla.github.io/pdf.js/web/viewer.html?file=}
-Then, to open a local PDF file in PDF.js, click \raisebox{0.5\depth}{{\fboxsep=3pt\colorbox{lightgray}{\texttt{\large>>}}}} at the right end of its tool bar. In the `Tools' menu, click on `Open'.
+Then, to open a local PDF file in PDF.js, click \raisebox{0.5\depth}{{\fboxsep=3pt\colorbox{lightgray}{\texttt{\large>>}}}} at the right end of its tool bar. In the `Tools' menu, click on `Open'. Note that option `\texttt{method=widget}' must be set to produce animations that are compatible with PDF.js.
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}.
Modified: trunk/Master/texmf-dist/tex/latex/animate/animate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/animate/animate.sty 2024-09-06 21:23:23 UTC (rev 72209)
+++ trunk/Master/texmf-dist/tex/latex/animate/animate.sty 2024-09-06 21:23:35 UTC (rev 72210)
@@ -13,7 +13,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
-\def\@anim at version{2024/09/05}
+\def\@anim at version{2024/09/06}
\ProvidesPackage{animate}
[\@anim at version\space PDF & SVG animations from files and inline graphics]
More information about the tex-live-commits
mailing list.