diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-14 22:13:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-14 22:13:03 +0000 |
commit | 41de1e5120870c2ce046895debaabc76d2e428bc (patch) | |
tree | 0cc46d9bf2080af515d45f064816e8672a2ef419 /Master/texmf-dist/tex/latex/graphicx-psmin | |
parent | b7eb5a5ab5749a90bea7023eef18baa283191e3c (diff) |
graphicx-psmin (14nov20)
git-svn-id: svn://tug.org/texlive/trunk@56931 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphicx-psmin')
-rw-r--r-- | Master/texmf-dist/tex/latex/graphicx-psmin/graphicx-psmin.sty | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/graphicx-psmin/graphicx-psmin.sty b/Master/texmf-dist/tex/latex/graphicx-psmin/graphicx-psmin.sty index 758b048b6cb..eba09867358 100644 --- a/Master/texmf-dist/tex/latex/graphicx-psmin/graphicx-psmin.sty +++ b/Master/texmf-dist/tex/latex/graphicx-psmin/graphicx-psmin.sty @@ -6,9 +6,9 @@ %% %% graphicx-psmin.dtx (with options: `graphicx-psmin') %% -%% ---------------------------------- -%% Copyright (C) 2005 Hendri Adriaens -%% ---------------------------------- +%% --------------------------------------- +%% Copyright (C) 2005-2020 Hendri Adriaens +%% --------------------------------------- %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -31,7 +31,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{graphicx-psmin} - [2005/09/20 v1.1 single PostScript graphics inclusion (HA)] + [2020/11/14 v1.2 single PostScript graphics inclusion (HA)] \DeclareOption*{\PassOptionsToPackage\CurrentOption{graphicx}} \ProcessOptions\relax \RequirePackage{graphicx} @@ -134,7 +134,11 @@ } \def\gxpsm@checkfile#1#2{% \let\input@path\Ginput@path - \filename@parse{#1}% + \ifx\unquote@name\@undefined + \filename@parse{#1}% + \else + \expandafter\filename@parse\expandafter{\detokenize{#1}}% + \fi \ifx\filename@ext\relax \@for\Gin@temp:=\Gin@extensions\do{% \ifx\Gin@ext\relax |