summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/multido/multido.sty
blob: 1b118ccabd8c913eda35b0241f3a06dec1337229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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'.