summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-02 03:03:32 +0000
committerNorbert Preining <norbert@preining.info>2021-10-02 03:03:32 +0000
commitac5a96ddb02c62d71eb214ed35e3be9a154d991f (patch)
treecdf35312568ce6b2b69e7374745ddafdd3e3c66b /graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty
parent569e4d488d3398f8ed12807dd67e2b301b7447d5 (diff)
CTAN sync 202110020303
Diffstat (limited to 'graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty')
-rw-r--r--graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty b/graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty
new file mode 100644
index 0000000000..d5a2eb9736
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-fill/latex/pst-fill.sty
@@ -0,0 +1,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'.