diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-fractal/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-fractal/README | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-fractal/README b/Master/texmf-dist/doc/generic/pst-fractal/README new file mode 100644 index 00000000000..bafa6bd17fb --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-fractal/README @@ -0,0 +1,46 @@ +%% Package `pst-fractal.tex' +%% +%% Herbert Voss <voss _at_ pstricks.de> (Germany) +%% +%% 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 + + +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 + +to get a PostScript 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. |