File: multido.sty

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (27 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (6)
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'.