summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-12-26 22:24:22 +0000
committerKarl Berry <karl@freefriends.org>2016-12-26 22:24:22 +0000
commitff140747d3358efbf08d95de581c44189cdfb2e9 (patch)
tree1c096f9e73591a2d44ebec16897e83ea694f00d8 /Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
parent6a2618ff9e74e2551b6d705dcf4c9e79c2e6cb2e (diff)
etoolbox (26dec16)
git-svn-id: svn://tug.org/texlive/trunk@42796 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex')
-rw-r--r--Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex27
1 files changed, 24 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
index 69809b26286..2f8c2ed4ef3 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.2b},
- date={2016/12/01}}
+ revision={v2.3},
+ date={2016/12/26}}
\hypersetup{%
pdftitle={The etoolbox Package},
@@ -35,7 +35,7 @@ The \sty{etoolbox} package is a toolbox of programming tools geared primarily to
\subsection{License}
-Copyright \textcopyright\ 2007--2011 Philipp Lehman, 2015 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or later.\fnurl{http://www.latex-project.org/lppl/}
+Copyright \textcopyright\ 2007--2011 Philipp Lehman, 2015,2016 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or later.\fnurl{http://www.latex-project.org/lppl/}
\section{User Commands}
\label{use}
@@ -1183,6 +1183,22 @@ Similar to \cmd{listeadd} except that it takes a control sequence name as its fi
Similar to \cmd{listcseadd} except that the assignment is global.
+\cmditem{listdel}{listmacro}{item}
+
+This command removes an \prm{item} from a \prm{listmacro}. A blank \prm{item} is ignored.
+
+\cmditem{listgdel}{listmacro}{item}
+
+Similar to \cmd{listdel} except that the assignment is global.
+
+\cmditem{listcsdel}{listcsname}{item}
+
+Similar to \cmd{listdel} except that it takes a control sequence name as its first argument.
+
+\cmditem{listcsgdel}{listcsname}{item}
+
+Similar to \cmd{listcsdel} except that the assignment is global.
+
\cmditem{dolistloop}{listmacro}
This command loops over all items in a \prm{listmacro} and executes the auxiliary command \cmd{do} for every item in the list, passing the item as an argument. The list loop itself is expandable. You may use \cmd{listbreak} at the end of the replacement text of \cmd{do} to stop processing and discard the remaining items in the list. Here is a usage example which prints an internal list called \cmd{mylist} as an \env{itemize} environment:
@@ -1273,6 +1289,11 @@ This revision history is a list of changes relevant to users of this package. Ch
\begin{changelog}
+\begin{release}{2.3}{2016-12-26}
+\item Added \cmd{listdel}\see{aut:lst:int}
+\item Added \cmd{listgdel}\see{aut:lst:int}
+\end{release}
+
\begin{release}{2.2b}{2016-12-01}
\item Fixed \cmd{ifdefltxprotect} for some types of \latex robust commands
\item Remove redundant macro after \cmd{robustify} processing