summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/toolbox/README32
-rw-r--r--Master/texmf-dist/doc/latex/toolbox/toolbox.pdfbin0 -> 153145 bytes
-rw-r--r--Master/texmf-dist/doc/latex/toolbox/toolbox.txt5
-rw-r--r--Master/texmf-dist/source/latex/toolbox/toolbox.dtx20
-rw-r--r--Master/texmf-dist/tex/latex/toolbox/toolbox.sty2
5 files changed, 36 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/toolbox/README b/Master/texmf-dist/doc/latex/toolbox/README
index f9130e55b0d..c1ac72ba57b 100644
--- a/Master/texmf-dist/doc/latex/toolbox/README
+++ b/Master/texmf-dist/doc/latex/toolbox/README
@@ -1,18 +1,18 @@
-README for the packages
- eqlist: consisting of eqlist.dtx and eqlist.ins
- varindex: consisting of varindex.dtx and varindex.ins
- toolbox: consisting of toolbox.dtx and toolbox.ins
- ushort: consisting of ushort.dtx and ushort.ins
- guitar: consisting of guitar.dtx and guitar.ins
- ziffer: consisting of ziffer.sty
+The TeX programmer's toolbox; enhanced version.
+This (La)TeX package provides some macros which are convenient for
+writing indices, glossaries, or other macros.
+It contains macros which support
-The above mentioned packages are
- Copyright 2001--2002 Martin Vaeth
-except for toolbox, which is
- Copyright 2001--2004 Martin Vaeth
+ - implicit macros - a useful supplement to \index or varindex for
+ writing glossaries or indices
+ - fancy optional arguments
+ - loops over tokenlists and itemlists
+ - searching, splitting, and replacing
+ - controlled expansion
+ - redefinition of macros
+ - concatenated macro names
-and may be distributed and/or modified under the conditions of the
-LaTeX Project Public License, either version 1.3c of this license or (at
-your option) any later version. The latest version of this license is in:
-http://www.latex-project.org/lppl.txt, and version 1.3c or later is part of
-all distributions of LaTeX version 2005/12/01 or later.
+Author: M. V\"ath martin@mvath.de
+
+The package may be distributed and/or modified under the conditions of
+the LaTeX Project Public License (version 1.3c or later).
diff --git a/Master/texmf-dist/doc/latex/toolbox/toolbox.pdf b/Master/texmf-dist/doc/latex/toolbox/toolbox.pdf
new file mode 100644
index 00000000000..344b64507f3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/toolbox/toolbox.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/toolbox/toolbox.txt b/Master/texmf-dist/doc/latex/toolbox/toolbox.txt
index cb0b08f9e74..8470ef6fdd4 100644
--- a/Master/texmf-dist/doc/latex/toolbox/toolbox.txt
+++ b/Master/texmf-dist/doc/latex/toolbox/toolbox.txt
@@ -2,12 +2,15 @@
%%#
%%# Author:
%%#
-%%# M. V\"ath vaeth@mathematik.uni-wuerzburg.de
+%%# M. V\"ath martin@mvath.de
%%#
%%# The author thanks
%%# David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>
%%#
+%%# The package may be distributed and/or modified under the conditions of
+%%# the LaTeX Project Public License (version 1.3c or later).
+
%%#############################################################################
%%#
%%# The TeX programmer's toolbox; enhanced version.
diff --git a/Master/texmf-dist/source/latex/toolbox/toolbox.dtx b/Master/texmf-dist/source/latex/toolbox/toolbox.dtx
index 6d7bd8ee20c..c784c40ebc7 100644
--- a/Master/texmf-dist/source/latex/toolbox/toolbox.dtx
+++ b/Master/texmf-dist/source/latex/toolbox/toolbox.dtx
@@ -1,16 +1,19 @@
-% \def\fileversion{5.1}\def\filedate{2004/04/29}\def\docdate{2004/04/29}
+% \def\fileversion{5.1}\def\filedate{2004/04/29}\def\docdate{2013/11/26}
%\iffalse These lines are necessary for the doc and docstrip utilities
%<*asciidocu>
%%#
%%# Author:
%%#
-%%# M. V\"ath vaeth@mathematik.uni-wuerzburg.de
+%%# M. V\"ath martin@mvath.de
%%#
%%# The author thanks
%%# David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>
%%#
+%%# The package may be distributed and/or modified under the conditions of
+%%# the LaTeX Project Public License (version 1.3c or later).
+
%%#############################################################################
%%#
%%# The TeX programmer's toolbox; enhanced version.
@@ -876,6 +879,8 @@
% \newcommand{\bracemeta}[1]{\texttt{\{}\meta{#1}\texttt{\}}}
% \newcommand{\cmdmeta}{\textbackslash\meta}
+% \changes{5.1}{2013/11/26}{Update email, add license. Date/version remains the
+% same since only commments and documentation are modified}
% \changes{5.1}{2004/04/29}{Added \cmdcite{toolboxReplace},
% \cmdcite{toolboxReplaceSplit}. Some corrections in the documentation.
% Added some forgotten \cmdcite{long}'s in the code.}
@@ -974,9 +979,14 @@
% \parindent0pt
% \title{The \texttt{toolbox} package\thanks
-% {This file has version number \fileversion{}, last revised \filedate.}}
+% {This package has version number \fileversion{}, last revised \filedate.
+% The package may be distributed and/or modified under the conditions of the
+% LaTeX Project Public License, either version 1.3c of this license or (at
+% your option) any later version. The latest version of this license is in
+% \texttt{http://www.latex-project.org/lppl.txt}, and version 1.3c or later
+% is part of all distributions of LaTeX version 2005/12/01 or later.}}
% \author{Martin V\"ath\relax
-%\thanks{\texttt{vaeth@mathematik.uni-wuerzburg.de}}
+%\thanks{\texttt{martin@mvath.de}}
%{}\thanks{The author thanks
%David Kastrup \texttt{<David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>}.
%}}
@@ -1912,7 +1922,7 @@
%%
%% Author:
%%
-%% M. V\"ath vaeth@mathematik.uni-wuerzburg.de
+%% M. V\"ath martin@mvath.de
%%
\ifx\typeout\undefined
diff --git a/Master/texmf-dist/tex/latex/toolbox/toolbox.sty b/Master/texmf-dist/tex/latex/toolbox/toolbox.sty
index 3a9f96115a9..472a5aea4b8 100644
--- a/Master/texmf-dist/tex/latex/toolbox/toolbox.sty
+++ b/Master/texmf-dist/tex/latex/toolbox/toolbox.sty
@@ -5,7 +5,7 @@
%%
%% Author:
%%
-%% M. V\"ath vaeth@mathematik.uni-wuerzburg.de
+%% M. V\"ath martin@mvath.de
%%
\ifx\typeout\undefined