summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/animate
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate')
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate.sty16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty
index 20ddbaa033d..631aec96875 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}
-\def\@anim@version{2015/03/11}
+\def\@anim@version{2015/06/19}
\ProvidesPackage{animate}
[\@anim@version\space PDF animations from files and inline graphics]
@@ -76,12 +76,14 @@
\ifpdf
%test for correct pdfTeX version
- \ifnum\pdftexversion<120\relax%
- \PackageError{animate}{%
- pdfTeX, version >= 1.20, required%
- }{%
- Install a newer version!%
- }%
+ \ifluatex\else
+ \ifnum\pdftexversion<120\relax
+ \PackageError{animate}{%
+ pdfTeX, version >= 1.20, required%
+ }{%
+ Install a newer version!%
+ }
+ \fi
\fi
%load MP to PDF converter
\InputIfFileExists{supp-pdf.mkii}{}{%