summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etoolbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-22 22:42:23 +0000
committerKarl Berry <karl@freefriends.org>2017-11-22 22:42:23 +0000
commit2e9394a9ebc9187ebf5e127a4c8c47e5b537b8e7 (patch)
tree5b1667a6b9442f5fc334471254170bea708d4b65 /Master/texmf-dist/doc/latex/etoolbox
parent17ae294de8fb69063802da82d29433bc4c7f3b68 (diff)
etoolbox (22nov17)
git-svn-id: svn://tug.org/texlive/trunk@45884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoolbox')
-rw-r--r--Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdfbin223504 -> 224043 bytes
-rw-r--r--Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex18
2 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
index fe58f53ed17..1cf9b679bc9 100644
--- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
+++ b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
index f1072a21cc8..f815a4d3aaa 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.4},
- date={2017/01/02}}
+ revision={v2.5},
+ date={2017/11/22}}
\hypersetup{%
pdftitle={The etoolbox Package},
@@ -239,10 +239,18 @@ Takes a control sequence name as its argument and forms a control sequence token
Clears a \prm{command} such that \etex's \cmd{ifdefined} and \cmd{ifcsname} tests will consider it as undefined. This command is robust and may be prefixed with \cs{global}.
+\cmditem{undef}<command>
+
+Similar to \cmd{undef} but acts globally.
+
\cmditem{csundef}{csname}
Similar to \cmd{undef} except that it takes a control sequence name as its argument. This command is robust and may be prefixed with \cs{global}.
+\cmditem{csgundef}{csname}
+
+Similar to \cmd{csundef} but acts globally.
+
\cmditem{csmeaning}{csname}
Similar to the \tex primitive \cmd{meaning} but takes a control sequence name as its argument. If the control sequence is undefined, this command will not implicitly assign a meaning of \cmd{relax} to it.
@@ -1289,6 +1297,12 @@ This revision history is a list of changes relevant to users of this package. Ch
\begin{changelog}
+\begin{release}{2.5}{2017-11-22}
+\item Added \cmd{csgundef}\see{aut:def:def}
+\item Added \cmd{gundef}\see{aut:def:def}
+\item Allow scanning of macros containing new line characters
+\end{release}
+
\begin{release}{2.4}{2017-01-02}
\item Renamed \cmd{listdel} to \cmd{listremove} (name clash)\see{aut:lst:int}
\item Renamed \cmd{listgdel} to \cmd{listgremove} (name clash)\see{aut:lst:int}