summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty
blob: d5a2eb9736c203afe0533eec8209c3a8a211108d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%%
%% This is file `pst-fill.sty',
%%
%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr>
%% Herbert Voss <hvoss@tug.org>
%% (C) 2007-2021
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
%% in directory macros/latex/base/lppl.txt.
%%
%% DESCRIPTION:
%%   `pst-fill' is a PSTricks package for filling and tiling areas
%%
\RequirePackage{pstricks}
\ProvidesPackage{pst-fill}[2010/03/20 package wrapper for pst-fill.tex (hv)]
\DeclareOption{tiling}{\def\PstTiling{true}}
\ProcessOptions\relax
\input{pst-fill.tex}
\ProvidesFile{pst-fill.tex} [\filedate\space v\fileversion\space `PST-fill' (tvz,dg,hv)]
\endinput
%%
%% End of file `pst-fill.sty'.