diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def index e4cb93ea8af..89b8f2cc7cf 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def @@ -1,5 +1,5 @@ \ProvidesFile{etoolbox.def} - [2018/02/04 v2.5b etoolbox debug messages (JAW)] + [2018/02/06 v2.5c etoolbox debug messages (JAW)] \begingroup \makeatletter diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty index 57cb2f2c69f..08578518f2d 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/04 v2.5b e-TeX tools for LaTeX (JAW)] + [2018/02/06 v2.5c e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -1545,8 +1545,8 @@ \expandafter\ifblank\expandafter{\@gobble#2} {} {\expandafter\etb@listitem@i - \expandafter{\@gobble#2}{#1}}} -\long\def\etb@listitem@i#1#2{\expandafter#2\expandafter{\@firstofone#1}} + \expandafter{\@secondoftwo#2}{#1}}} +\long\def\etb@listitem@i#1#2{#2{#1}} \newcommand*{\listbreak}{} \long\def\listbreak#1&{} |