diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/latex.ltx')
-rw-r--r-- | Master/texmf-dist/tex/latex/base/latex.ltx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/base/latex.ltx b/Master/texmf-dist/tex/latex/base/latex.ltx index bfc59b91d2b..4c0725db0ce 100644 --- a/Master/texmf-dist/tex/latex/base/latex.ltx +++ b/Master/texmf-dist/tex/latex/base/latex.ltx @@ -708,7 +708,7 @@ \def\fmtname{LaTeX2e} \edef\fmtversion {2019-10-01} -\def\patch@level{2} +\def\patch@level{3} \edef\development@branch@name{} \iffalse \def\reserved@a#1/#2/#3\@nil{% @@ -1852,8 +1852,10 @@ Type H <return> for immediate help.}% \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 } \def\quote@name#1{"\quote@@name#1\@gobble""} @@ -4345,14 +4347,14 @@ Type H <return> for immediate help.}% \catcode`\^^A=9 \long\gdef\add@percent@to@temptokena #1\protected@file@percent#2\add@percent@to@temptokena - {\ifx!#2!\expandafter\dont@add@percent@to@temptokena\else + {\expandafter\ifx\expandafter X\detokenize{#2}X\expandafter\dont@add@percent@to@temptokena\else \expandafter\do@add@percent@to@temptokena\fi{#1}} \long\def\dont@add@percent@to@temptokena#1{% \@temptokena\expandafter{#1}} \begingroup \catcode`\%=12 -\long\gdef\do@add@percent@to@temptokena#1{% - \@temptokena\expandafter{#1%^^A +\catcode`\^^A=14 +\long\gdef\do@add@percent@to@temptokena#1{\@temptokena\expandafter{#1%^^A }} \endgroup \long\def\@writefile#1#2{% |