[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: don't add quotes to Gin at base (66f460f4)

David Carlisle d.p.carlisle at gmail.com
Sat Jul 20 11:15:55 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/66f460f4a8e56af7d097b474771964e7e704c445

>---------------------------------------------------------------

commit 66f460f4a8e56af7d097b474771964e7e704c445
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sat Jul 20 10:15:55 2019 +0100

    don't add quotes to Gin at base


>---------------------------------------------------------------

66f460f4a8e56af7d097b474771964e7e704c445
 required/graphics/graphics.dtx | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/required/graphics/graphics.dtx b/required/graphics/graphics.dtx
index cce46191..e423c122 100644
--- a/required/graphics/graphics.dtx
+++ b/required/graphics/graphics.dtx
@@ -25,7 +25,7 @@
 %<driver> \ProvidesFile{graphics.drv}
 % \fi
 %         \ProvidesFile{graphics.dtx}
-          [2019/07/01 v1.3a  Standard LaTeX Graphics (DPC,SPQR)]
+          [2019/07/20 v1.3b  Standard LaTeX Graphics (DPC,SPQR)]
 %
 % \iffalse
 %<*driver>
@@ -1008,6 +1008,7 @@
 % \begin{macro}{\Gin at getbase}
 % \changes{v0.6a}{1994/11/29} {remove \cs{Gin at sep}}
 % \changes{v1.3a}{2019/07/01} {Support UTF-8 and spaces}
+% \changes{v1.3b}{2019/07/20} {Delay adding quotes to filename}
 % Given a possible extension, |#1|, check whether the file exists. If
 % it does set |\Gin at base| and |\Gin at ext| to the filename stripped of
 % the extension, and the extension, respectively.
@@ -1015,7 +1016,7 @@
 \def\Gin at getbase#1{%
   \edef\Gin at tempa{%
     \def\noexpand\@tempa####1#1\space{%
-      \def\noexpand\Gin at base{"####1"}}}%
+      \def\noexpand\Gin at base{####1}}}%
   \IfFileExists{\filename at area\filename at base#1}%
     {\Gin at tempa
      \edef\uq at filef@und{\expandafter\unquote at name





More information about the latex3-commits mailing list