diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-22 01:40:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-22 01:40:51 +0000 |
commit | 25849400ed3a564641cc47c0ed070f3079f5a611 (patch) | |
tree | e6d33de6d10a6d5693dc675e8850a78017832a62 /Master/texmf-dist/doc/generic/pst-math/README | |
parent | 1f747b52ef79b4ea4fbc870c9423139e82bd9b60 (diff) |
pst-match 0.21 (20jan09)
git-svn-id: svn://tug.org/texlive/trunk@11942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-math/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-math/README | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-math/README b/Master/texmf-dist/doc/generic/pst-math/README index 2ac88bb4551..96b79438348 100644 --- a/Master/texmf-dist/doc/generic/pst-math/README +++ b/Master/texmf-dist/doc/generic/pst-math/README @@ -1,2 +1,18 @@ -Material in this directory is an enhancement of postscript math operators -to use with pstricks
\ No newline at end of file +pst-math: PostScript extension for mathematical functions: + +Save the files pst-math.sty|pro|tex in a directory, which is part of your +local TeX tree. The pro file should go into $TEXMF/dvips/pstricks/ +Then do not forget to run texhash to update this tree. +For more information see the documentation of your LATEX distribution +on installing packages into your local TeX system or read the +TeX Frequently Asked Questions: +(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages). + +pst-math needs pst-plot (pstricks-add) and pstricks, which should +be part of your local TeX installation, otherwise get it from a +CTAN server, f.ex. ftp://ftp.ctan.org + +PSTricks is PostScript Tricks, the documentation cannot be run +with pdftex, use the sequence latex->dvips->ps2pdf. + +%% $Id: README 56 2008-11-14 15:55:45Z herbert $ |