diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/multido/multido.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/multido/multido.tex | 35 |
1 files changed, 6 insertions, 29 deletions
diff --git a/Master/texmf-dist/tex/generic/multido/multido.tex b/Master/texmf-dist/tex/generic/multido/multido.tex index d642ec7a1e2..eca6355b4e6 100644 --- a/Master/texmf-dist/tex/generic/multido/multido.tex +++ b/Master/texmf-dist/tex/generic/multido/multido.tex @@ -1,11 +1,13 @@ +%% $Id: multido.tex 317 2010-05-14 21:54:15Z herbert $ %% BEGIN multido.tex %% -\def\fileversion{1.41} -\def\filedate{2004/05/18} +\def\fileversion{1.42} +\def\filedate{2010/05/14} %% %% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu. -%% Version 1.41 (2004) prepared by Rolf Niepraschk <Rolf.Niepraschk@ptb.de> -%% Herbert Voss <voss@perce.de> +%% Version 1.41 (2004) prepared by Rolf Niepraschk <Rolf.Niepraschk@gmx.de> +%% Herbert Voss <hvoss@tug.org> +%% COPYRIGHT 2010 by Herbert Voss <hvoss@tug.org> %% %% %% This program can be redistributed and/or modified under the terms @@ -19,40 +21,15 @@ %% is compatible with most TeX macro packages, including Plain TeX, LaTeX, %% AmSTeX, and Ams-LaTeX. %% -%% INSTALLATION: -%% Put this file where your TeX looks for inputs, under the name multido.tex. -%% Use the file multido.sty with LaTeX. -%% -%% DOCUMENTATION: -%% See multido.doc. -%% -%% COPYING: -%% Copying of part or all of this file is allowed under the following -%% conditions only: -%% (1) You may freely distribute unchanged copies of the file. Please -%% include the documentation when you do so. -%% (2) You may modify a renamed copy of the file, but only for personal -%% use or use within an organization. -%% (3) You may copy fragments from the file, for personal use or for -%% distribution, as long as credit is given where credit is due. -%% -%% You are NOT ALLOWED to take money for the distribution or use of -%% this file or modified versions or fragments thereof, except for -%% a nominal charge for copying etc. -%% %% CODE: % These macros use TeX primitives, plus the Plain TeX commands: % \dimen@, \dimen@i, \count@, \newcount, \newtoks, \@ne, \tw@, \@z@. % % Check if file is loaded, announce file on terminal, and take care of @: % - - \message{ v\fileversion, \filedate\space <tvz>} - \csname MultidoLoaded\endcsname \let\MultidoLoaded\endinput - \edef\TheAtCode{\the\catcode`\@} \catcode`\@=11 |