diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-18 18:22:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-18 18:22:48 +0000 |
commit | d94921c034f3fdf580fd994df4691a4035a94067 (patch) | |
tree | 39e5fc828f266ab156d5873c9eb735acada83894 /Master/texmf-dist/doc/generic/pst-gantt/README | |
parent | 9ec59a52efe9f9a4e9dbdfb47f893f66e718ab69 (diff) |
new pstricks package pst-gantt (13may09)
git-svn-id: svn://tug.org/texlive/trunk@13210 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-gantt/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-gantt/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-gantt/README b/Master/texmf-dist/doc/generic/pst-gantt/README new file mode 100644 index 00000000000..cd88515bb1a --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-gantt/README @@ -0,0 +1,18 @@ +pst-gantt: plotting Gantt charts + +Save the files pst-gantt.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-func 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 117 2009-05-13 05:54:00Z herbert $ |