diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfiles.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltfiles.dtx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfiles.dtx b/Master/texmf-dist/source/latex/base/ltfiles.dtx index d0d33a4c717..87a7f5e983b 100644 --- a/Master/texmf-dist/source/latex/base/ltfiles.dtx +++ b/Master/texmf-dist/source/latex/base/ltfiles.dtx @@ -32,7 +32,7 @@ %<*driver> % \fi \ProvidesFile{ltfiles.dtx} - [2019/10/26 v1.2d LaTeX Kernel (File Handling)] + [2019/11/09 v1.2e LaTeX Kernel (File Handling)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltfiles.dtx} @@ -715,6 +715,7 @@ % \changes{v1.2a}{2019/07/01}{Support UTF-8} % \changes{v1.2c}{2019/10/11}{Remove one brace group} % \changes{v1.2d}{2019/10/26}{remove quotes} +% \changes{v1.2e}{2019/11/09}{expand and \cs{string} before removing quotes} % \begin{macrocode} %</2ekernel> %<*2ekernel|latexrelease> @@ -724,8 +725,10 @@ \begingroup \escapechar\m@ne \xdef\@curr@file{% + \expandafter\expandafter\expandafter\unquote@name + \expandafter\expandafter\expandafter{% \expandafter\string - \csname\expandafter\unquote@name\expandafter{\@firstofone#1\@empty}\endcsname}% + \csname\@firstofone#1\@empty\endcsname}}% \endgroup } % \end{macrocode} |