diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-19 22:33:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-19 22:33:04 +0000 |
commit | 9dec223637263b13d8974d9ff43084813c16ed4d (patch) | |
tree | 1a188187d8d23655dde75088b0f2379c23fceda8 /Master/texmf-dist/tex/latex/animate/animate.sty | |
parent | 26256017b82ce224bc22ff8679fae090c440360e (diff) |
animate (19jun15)
git-svn-id: svn://tug.org/texlive/trunk@37617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate/animate.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 16 |
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}{}{% |