summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-fractal/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-fractal/README')
-rw-r--r--Master/texmf-dist/doc/generic/pst-fractal/README46
1 files changed, 12 insertions, 34 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-fractal/README b/Master/texmf-dist/doc/generic/pst-fractal/README
index 32ccef0e471..60512ee4996 100644
--- a/Master/texmf-dist/doc/generic/pst-fractal/README
+++ b/Master/texmf-dist/doc/generic/pst-fractal/README
@@ -1,38 +1,16 @@
-%% Package `pst-fractal.tex'
-%%
-%% Herbert Voss <voss _at_ pstricks.de> (Germany)
-%%
-%% 2007-04-05
-%%
+pst-fractal: plotting fractals
-Save the files
+Save the files pst-fractal.sty|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-fractal.sty
-pst-fractal.tex
+PSTricks is PostScript Tricks, the documentation cannot be run
+with pdftex, use the sequence latex->dvips->ps2pdf.
-in any place, where latex or any other TeX program will find it.
+To gett he documentation of this document you have to run
+pst2pdf pst-fractal-doc --Iext=.jpg
-pst-fractal uses the extended version of the keyval package. So
-be sure that you
-- have installed xkeyval with the special pst-xkey
- (CTAN: tex-archive/macros/latex/contrib/xkeyval/)
-- do not load another package after pst-fractal, which loads
- the old keyval.sty or pst-key.tex, eg. pst-node or pst-plot.
-
-
-If you like to get the documentation file in another format run
-
-latex pst-fractal-doc.tex
-bibtex pst-fractal.doc
-latex pst-fractal-doc.tex
-dvips pst-fractal-doc.dvi
-ps2pdf pst-fractal-doc.ps (takes a long time!!!)
-
-to get a PostScript or PDF file. But pay attention, that the pst-fractal
-files are saved in the above mentioned way, before you run
-latex on the documentation file.
-
-The intermediate DVI file works only with viewers which can
-interprete the embedded PostScript code.
-
-For another PDF output read the section from the documentation.