diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-24 00:42:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-24 00:42:34 +0000 |
commit | 09d56956642d597b0e464ac3bfb4c46494ba5635 (patch) | |
tree | a6c91cd23aa3cbd20781f633d5da5c893a869953 /Master/texmf-dist/tex/latex/animate | |
parent | c33e102590bf67a8940ad14cbc6ad5550bb236fa (diff) |
animate update (23jul09)
git-svn-id: svn://tug.org/texlive/trunk@14420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animfp.sty | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 973d3d0a092..9612cda4058 100644 --- a/Master/texmf-dist/tex/latex/animate/animate.sty +++ b/Master/texmf-dist/tex/latex/animate/animate.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\@anim@version{2009/07/20} +\def\@anim@version{2009/07/23} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] diff --git a/Master/texmf-dist/tex/latex/animate/animfp.sty b/Master/texmf-dist/tex/latex/animate/animfp.sty index 30d2d27ce04..6346ff2c064 100644 --- a/Master/texmf-dist/tex/latex/animate/animfp.sty +++ b/Master/texmf-dist/tex/latex/animate/animfp.sty @@ -12,7 +12,7 @@ % Copyright 2008 Alexander Grahn \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{animfp}[2009/06/29 fixed point addition for animate.sty] +\ProvidesPackage{animfp}[2009/07/23 fixed point addition for animate.sty] %adding two values \def\@anim@add#1#2#3{\afp@callc\afp@add#1{#2}{#3}+\relax} % #1 := #2+#3 |