summaryrefslogtreecommitdiffstats
path: root/Tex/Master/multido.sty
diff options
context:
space:
mode:
authorTom2012-01-11 13:59:54 +0100
committerTom2012-01-11 13:59:54 +0100
commitc547df2720a876aef9dc7a8faa8f00fc0678e59f (patch)
tree9f52529e77f117a79d09dafc49c19733cf7f15c6 /Tex/Master/multido.sty
parentcleanup (diff)
downloadimsi-catcher-detection-c547df2720a876aef9dc7a8faa8f00fc0678e59f.tar.gz
imsi-catcher-detection-c547df2720a876aef9dc7a8faa8f00fc0678e59f.tar.xz
imsi-catcher-detection-c547df2720a876aef9dc7a8faa8f00fc0678e59f.zip
moved mercurial to git, using git now as main cvs
Diffstat (limited to 'Tex/Master/multido.sty')
-rw-r--r--Tex/Master/multido.sty27
1 files changed, 27 insertions, 0 deletions
diff --git a/Tex/Master/multido.sty b/Tex/Master/multido.sty
new file mode 100644
index 0000000..1b118cc
--- /dev/null
+++ b/Tex/Master/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'.