summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-fractal/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-18 16:18:59 +0000
committerKarl Berry <karl@freefriends.org>2007-05-18 16:18:59 +0000
commite04af15e92b35556249aa0d9c27b77f25ce10ffe (patch)
tree696a12ee596c7972052577ed8f6fd2ce207f45c5 /Master/texmf-dist/doc/generic/pst-fractal/README
parent05b75ea524d12bdf9cb722e3bbf577398a2c333d (diff)
pst-fractal 0.04 (16may07)
git-svn-id: svn://tug.org/texlive/trunk@4308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-fractal/README')
-rw-r--r--Master/texmf-dist/doc/generic/pst-fractal/README16
1 files changed, 4 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-fractal/README b/Master/texmf-dist/doc/generic/pst-fractal/README
index bafa6bd17fb..32ccef0e471 100644
--- a/Master/texmf-dist/doc/generic/pst-fractal/README
+++ b/Master/texmf-dist/doc/generic/pst-fractal/README
@@ -5,27 +5,19 @@
%% 2007-04-05
%%
-PSTricks offers excellent macros to insert more or less complex
-graphics into a document. pstricks.tex itself is the base for several
-other additional packages, which are mostly named pst-xxxx,
-like pst-fractal, which provides macros for the Julia and
-Mandelbrot set and the Sierpinski triangle.
-
-
Save the files
pst-fractal.sty
pst-fractal.tex
in any place, where latex or any other TeX program will find it.
-The pro file should go into $TEXMF$/dvips/pstricks/.
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
+ 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
@@ -34,13 +26,13 @@ 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 file. But pay attention, that the pst-fractal
+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 Introduction from
-the documentation.
+For another PDF output read the section from the documentation.