diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty index 08578518f2d..97d12663e8b 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{etoolbox} - [2018/02/06 v2.5c e-TeX tools for LaTeX (JAW)] + [2018/02/10 v2.5d e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -1502,9 +1502,9 @@ \long\def\noexpand#1####1{% \expandafter\noexpand \csname etb@lst@\expandafter\@gobble\string#1\endcsname - \noexpand\@nil####1\noexpand#2\noexpand\etb@lst@q@end\noexpand#2&}% + \noexpand\@nil####1\unexpanded{#2}\noexpand\etb@lst@q@end\unexpanded{#2}&}% \long\csdef{etb@lst@\expandafter\@gobble\string#1}% - ####1\noexpand#2{% + ####1\unexpanded{#2}{% \noexpand\expandafter\noexpand\ifx\noexpand\expandafter \noexpand\etb@lst@q@end\noexpand\@gobble####1\noexpand\@empty \noexpand\expandafter\noexpand\@firstoftwo @@ -1526,8 +1526,8 @@ \long\def\noexpand#1####1####2{% \expandafter\noexpand \csname etb@lst@\expandafter\@gobble\string#1\endcsname - {####1}\noexpand\@nil####2\noexpand#2\noexpand\etb@lst@q@end\noexpand#2&}% - \long\csdef{etb@lst@\expandafter\@gobble\string#1}####1####2\noexpand#2{% + {####1}\noexpand\@nil####2\unexpanded{#2}\noexpand\etb@lst@q@end\unexpanded{#2}&}% + \long\csdef{etb@lst@\expandafter\@gobble\string#1}####1####2\unexpanded{#2}{% \noexpand\expandafter\noexpand\ifx\noexpand\expandafter \noexpand\etb@lst@q@end\noexpand\@gobble####2\noexpand\@empty \noexpand\expandafter\noexpand\@firstoftwo |