diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-22 22:42:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-22 22:42:23 +0000 |
commit | 2e9394a9ebc9187ebf5e127a4c8c47e5b537b8e7 (patch) | |
tree | 5b1667a6b9442f5fc334471254170bea708d4b65 /Master/texmf-dist/tex/latex | |
parent | 17ae294de8fb69063802da82d29433bc4c7f3b68 (diff) |
etoolbox (22nov17)
git-svn-id: svn://tug.org/texlive/trunk@45884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def index b00ea3a615e..526a58264cf 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} - [2017/01/02 v2.4 etoolbox debug messages (JAW)] + [2017/11/22 v2.5 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 0b73840df25..d410e402b72 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} - [2017/01/02 v2.4 e-TeX tools for LaTeX (JAW)] + [2017/11/22 v2.5 e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -892,6 +892,7 @@ % {<csname>} \newrobustcmd*{\csundef}[1]{\cslet{#1}\etb@undefined} +\newrobustcmd*{\csgundef}[1]{\global\cslet{#1}\etb@undefined} % {<cstoken>}{<code>} @@ -1183,6 +1184,7 @@ \etb@resrvda \makeatletter \endlinechar\m@ne + \newlinechar\m@ne \scantokens\expandafter{\etb@resrvda}% \expandafter\endgroup\ifx#1\etb@resrvda \expandafter\@firstoftwo |