diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-07 00:03:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-07 00:03:51 +0000 |
commit | 0b0cd7d7c1eff9cfb491c53645b0a64eb32abe94 (patch) | |
tree | 9689f7b80f6b14181369d616bcadf05809d13d47 /Master/texmf-dist | |
parent | 0acc7f230491424d18e424e72a338f483b16067d (diff) |
etoolbox (6feb18)
git-svn-id: svn://tug.org/texlive/trunk@46558 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf | bin | 224456 -> 224581 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 6 |
4 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf Binary files differindex 6a4fcf0a9a4..acaaf5b2b3a 100644 --- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf +++ b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex index 3f96bac6982..8bddc5b56d8 100644 --- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex +++ b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex @@ -12,8 +12,8 @@ url={http://www.ctan.org/pkg/etoolbox/}, author={Philipp Lehman, Joseph Wright}, email={joseph.wright@morningstar2.co.uk}, - revision={v2.5b}, - date={2018/02/04}} + revision={v2.5c}, + date={2018/02/06}} \hypersetup{% pdftitle={The etoolbox Package}, @@ -1297,6 +1297,10 @@ This revision history is a list of changes relevant to users of this package. Ch \begin{changelog} +\begin{release}{2.5c}{2018-02-06} +\item Fix issue with \cmd{forcsvlist} introduced by v2.5b +\end{release} + \begin{release}{2.5b}{2018-02-04} \item Preserve braces in some internal steps \item Internal performance improvements in list processors 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&{} |