diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-20 21:29:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-20 21:29:40 +0000 |
commit | b9277f42feaf18549d8112685f45894a5789bbbd (patch) | |
tree | 4396eec64c43a01fe8b7002f4b9c4bd3caeb513e /Master | |
parent | eca7f9e0846f28343f0b76c2b1166eb64fdea701 (diff) |
etoolbox (20mar15)
git-svn-id: svn://tug.org/texlive/trunk@36574 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf | bin | 220004 -> 220433 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 13 |
4 files changed, 16 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf Binary files differindex c2f6a5e0291..cc83f006ea6 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 5eae4f1e582..3e1ce38527d 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.1c}, - date={2015/03/15}} + revision={v2.1d}, + date={2015/03/19}} \hypersetup{% pdftitle={The etoolbox Package}, @@ -662,7 +662,7 @@ Similar to \cmd{ifdefempty} except that it takes a control sequence name as its \cmditem{ifdefvoid}{control sequence}{true}{false} -Expands to \prm{true} if the \prm{control sequence} is undefined, if is a macro whose meaning is \cmd{relax}, or a parameterless macro whose replacement text is empty, and to \prm{false} otherwise. +Expands to \prm{true} if the \prm{control sequence} is undefined, or is a control sequence whose meaning is \cmd{relax}, or is a parameterless macro whose replacement text is empty, and to \prm{false} otherwise. \cmditem{ifcsvoid}{csname}{true}{false} @@ -1265,7 +1265,11 @@ This revision history is a list of changes relevant to users of this package. Ch \begin{changelog} -\begin{release}{2.1b}{2015-03-15} +\begin{release}{2.1d}{2015-03-19} +\item Fixed issue with \sty{bm} and some classes +\end{release} + +\begin{release}{2.1c}{2015-03-15} \item Fixed space bug in \cmd{ifpatchable} \item Fixed space bug in \cmd{patchcmd} \item Fixed space bug in \cmd{robustify} diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def index c42900e4885..c8188214d72 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} - [2015/03/15 v2.1c etoolbox debug messages (JAW)] + [2015/03/19 v2.1d 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 1b70cf2dd47..f2310604f39 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} - [2015/03/15 v2.1c e-TeX tools for LaTeX (JAW)] + [2015/03/19 v2.1d e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -1646,11 +1646,12 @@ \@afterenddocumenthook \deadcycles} {} - {\let\etb@@end\@@end - \def\@@end{% - \let\AfterEndDocument\@firstofone - \@afterenddocumenthook - \etb@@end}} + {\AtEndDocument{% + \let\etb@@end\@@end + \def\@@end{% + \let\AfterEndDocument\@firstofone + \@afterenddocumenthook + \etb@@end}}} % {<environment>}{<code>} |