diff options
author | Karl Berry <karl@freefriends.org> | 2024-09-06 21:23:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-09-06 21:23:35 +0000 |
commit | 87b80663c5d06e56d07b1625b8a648572940a81e (patch) | |
tree | f33bcc58c84bed981222cd67da5f897a0b346905 /Master/texmf-dist | |
parent | d5cd7fd1af518dab4dcaca6aec5e44a413f856bb (diff) |
animate (6sep24)
git-svn-id: svn://tug.org/texlive/trunk@72210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/ChangeLog | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/README.txt | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/animate.pdf | bin | 3811611 -> 3793353 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/animate/animate.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 2 |
5 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog index 1bb81e5e340..969f6399c6a 100644 --- a/Master/texmf-dist/doc/latex/animate/ChangeLog +++ b/Master/texmf-dist/doc/latex/animate/ChangeLog @@ -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+ diff --git a/Master/texmf-dist/doc/latex/animate/README.txt b/Master/texmf-dist/doc/latex/animate/README.txt index 8a904cf4f7e..71718825ac8 100644 --- a/Master/texmf-dist/doc/latex/animate/README.txt +++ b/Master/texmf-dist/doc/latex/animate/README.txt @@ -25,7 +25,7 @@ Firefox). For compatibility with PDF.js, animations must be built with option `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 @@ and examples. 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 @@ and examples. timeline=<timeline file>, method=icon | widget | ocg, every=<number>, label=<label text> - - + + 3. Requirements =============== @@ -115,8 +115,8 @@ Recent versions of * 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 diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf Binary files differindex 8756c2d8ec0..d74cbc45156 100644 --- a/Master/texmf-dist/doc/latex/animate/animate.pdf +++ b/Master/texmf-dist/doc/latex/animate/animate.pdf diff --git a/Master/texmf-dist/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex index 6fbf1561676..d3bab3850be 100644 --- a/Master/texmf-dist/source/latex/animate/animate.tex +++ b/Master/texmf-dist/source/latex/animate/animate.tex @@ -120,7 +120,7 @@ PDF files with animations can be viewed in Acrobat Reader (except on mobile devi \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}. diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index b600a26cc7a..7e5b746210a 100644 --- a/Master/texmf-dist/tex/latex/animate/animate.sty +++ b/Master/texmf-dist/tex/latex/animate/animate.sty @@ -13,7 +13,7 @@ \NeedsTeXFormat{LaTeX2e}[2022-06-01] -\def\@anim@version{2024/09/05} +\def\@anim@version{2024/09/06} \ProvidesPackage{animate} [\@anim@version\space PDF & SVG animations from files and inline graphics] |