[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: quotes again (ba27f79b)

David Carlisle d.p.carlisle at gmail.com
Sun Jul 21 11:03:28 CEST 2019


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

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

commit ba27f79bb6364c1bb9aec1fddc6dc69e05e386bd
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Jul 21 10:03:28 2019 +0100

    quotes again


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

ba27f79bb6364c1bb9aec1fddc6dc69e05e386bd
 required/graphics/graphics.dtx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/required/graphics/graphics.dtx b/required/graphics/graphics.dtx
index e423c122..af6cbf94 100644
--- a/required/graphics/graphics.dtx
+++ b/required/graphics/graphics.dtx
@@ -1406,8 +1406,9 @@
 %     {Allow for spaces in name of a file}
 %    Due to the space handling code file names are now already quoted
 %    so we should not add any quotes around \verb=#1= any more.
+% \changes{v1.3b}{2019/07/20} {add quotes here again}
 %    \begin{macrocode}
-  \immediate\openin\@inputcheck#1 %
+  \immediate\openin\@inputcheck\quote at name{#1} %
   #2{#1}%
 %    \end{macrocode}
 % \changes{v0.3i}{1994/03/23}





More information about the latex3-commits mailing list