diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/multido')
-rw-r--r-- | Master/texmf-dist/tex/latex/multido/multido.sty | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/multido/multido.sty b/Master/texmf-dist/tex/latex/multido/multido.sty new file mode 100644 index 00000000000..1b118ccabd8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/multido/multido.sty @@ -0,0 +1,27 @@ +%% +%% This is file `multido.sty'. +%% +%% IMPORTANT NOTICE: +%% +%% multido.sty Copyright (C) 1997 Timothy Van Zandt +%% (C) 2004 Herbert Voss <voss@perce.de> +%% Rolf Niepraschk <Rolf.Niepraschk@ptb.de> +%% +%% This package may be distributed under the terms of the LaTeX Project +%% Public License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% + +\ProvidesPackage{multido} + [2004/05/17 package wrapper for PSTricks `multido.tex', (HV/RN)] + +\@ifundefined{MultidoLoaded} +{% + \input{multido.tex} + \ProvidesFile{multido.tex} + [\filedate\space v\fileversion\space `multido' (tvz)] +}{} + +\endinput +%% +%% End of file `multido.sty'. |