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/texmf-dist/doc | |
parent | eca7f9e0846f28343f0b76c2b1166eb64fdea701 (diff) |
etoolbox (20mar15)
git-svn-id: svn://tug.org/texlive/trunk@36574 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-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 |
2 files changed, 8 insertions, 4 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} |