summaryrefslogtreecommitdiff
path: root/macros/generic/multido/multido.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/generic/multido/multido.sty
Initial commit
Diffstat (limited to 'macros/generic/multido/multido.sty')
-rw-r--r--macros/generic/multido/multido.sty28
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/generic/multido/multido.sty b/macros/generic/multido/multido.sty
new file mode 100644
index 0000000000..c17e7bd999
--- /dev/null
+++ b/macros/generic/multido/multido.sty
@@ -0,0 +1,28 @@
+%%% $Id: multido.sty 317 2010-05-14 21:54:15Z herbert $
+%
+%% This is file `multido.sty'.
+%%
+%% IMPORTANT NOTICE:
+%%
+%% multido.sty Copyright (C) 1997 Timothy Van Zandt
+%% (C) 2004-2010 Herbert Voss <hvoss@tug.org>
+%% Rolf Niepraschk <Rolf.Niepraschk@gmx.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,hv)]
+}{}
+
+\endinput
+%%
+%% End of file `multido.sty'.