summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-fill/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-11-30 04:07:01 +0000
committerKarl Berry <karl@freefriends.org>2006-11-30 04:07:01 +0000
commitd020974aa866ebf75c1a7136213c03c015c7402d (patch)
treec362e2511d64cefaf2b876bb39578952fc7742dc /Master/texmf-dist/doc/generic/pst-fill/README
parent0e16c58d10670a29d73183de0640f72f0857c829 (diff)
new pstricks pst-eps, pst-fill, pst-text
git-svn-id: svn://tug.org/texlive/trunk@2560 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-fill/README')
-rw-r--r--Master/texmf-dist/doc/generic/pst-fill/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-fill/README b/Master/texmf-dist/doc/generic/pst-fill/README
new file mode 100644
index 00000000000..71304960dfb
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-fill/README
@@ -0,0 +1,29 @@
+pst-fill: tiling and filing of areas and characters
+
+
+pst-fill.dtx - The dtx file
+pst-fill.ins - The ins file
+pst-fill.pdf - The documentation, generated from the docstrip file
+
+to get the sty, the tex and the pdf file, run the Makefile or alternative
+
+latex pst-fill.ins
+latex pst-fill.dtx
+makeindex -s gind.ist pst-fill
+makeindex -s gglo.ist -o pst-fill.gls pst-fill.glo
+latex pst-fill.dtx
+dvips pst-fill.dvi
+ps2pdf pst-fill.ps
+
+
+This version of pst-fill uses the extended version of the keyval
+package. So be sure that you
+- have installed xkeyval with the special pst-xkey.tex
+ (CTAN: tex-archive/macros/latex/contrib/xkeyval/)
+- do not load another package after pst-fill, which loads
+ the old keyval.sty or pst-key.tex
+
+
+
+--
+Herbert Voss 2006-11-06