summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/mathmode/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/README')
-rw-r--r--Master/texmf-doc/doc/english/mathmode/README48
1 files changed, 0 insertions, 48 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/README b/Master/texmf-doc/doc/english/mathmode/README
deleted file mode 100644
index 7a1aa4b865e..00000000000
--- a/Master/texmf-doc/doc/english/mathmode/README
+++ /dev/null
@@ -1,48 +0,0 @@
-%% 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. There exists several packages for plotting three
-dimensional graphical objects. pst-fractal is similiar to the
-pst-plot package for two dimensional objects and mathematical functions.
-
-
-Save the files
-
-pst-fractal.sty
-pst-fractal.tex
-pst-fractal.pro
-
-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.