summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/multido
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-23 20:55:43 +0000
committerNorbert Preining <preining@logic.at>2007-11-23 20:55:43 +0000
commit2f8e0a1a87cf9aea619c2fc175a5b904f342086b (patch)
tree05d722868571a7fb14c8e184e37e1bd53e28dc85 /Master/texmf-dist/tex/latex/multido
parent7d5123b683f21e96049f4534e7d660b6c817bfdc (diff)
update multido
git-svn-id: svn://tug.org/texlive/trunk@5580 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/multido')
-rw-r--r--Master/texmf-dist/tex/latex/multido/multido.sty27
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'.