Skip to content

Commit

Permalink
fix \ltx@ifpackagelater check for graphics.sty
Browse files Browse the repository at this point in the history
It actually checks "later or equal", which apparantly confused me.
  • Loading branch information
xqms committed Jul 11, 2021
1 parent 86581a8 commit 1dff3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphicscache.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
\begingroup
\global\graphicscache@existstrue
\let\input@path\Ginput@path
\ltx@ifpackagelater{graphics}{2017/06/25}{%
\ltx@ifpackagelater{graphics}{2017/06/26}{%
\set@curr@file{#1}%
\expandafter\filename@parse\expandafter{\@curr@file}%
\ifx\filename@ext\Gin@gzext
Expand All @@ -488,7 +488,7 @@
\fi}%
\else
\Gin@getbase{\Gin@sepdefault\filename@ext}%
\ltx@ifpackagelater{graphics}{2017/06/25}{%
\ltx@ifpackagelater{graphics}{2017/06/26}{%
\ifx\Gin@ext\relax
\let\Gin@savedbase\filename@base
\let\Gin@savedext\filename@ext
Expand Down

0 comments on commit 1dff3a0

Please sign in to comment.