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/README84
1 files changed, 47 insertions, 37 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/README b/Master/texmf-doc/doc/english/mathmode/README
index 89c056a3554..7a1aa4b865e 100644
--- a/Master/texmf-doc/doc/english/mathmode/README
+++ b/Master/texmf-doc/doc/english/mathmode/README
@@ -1,38 +1,48 @@
-Mathmode.pdf : math in TeX/LaTeX; package amsmath.sty
- needs package showexpl. Should be on CTAN in
- the near future. Until then go to
- http://perce.de/LaTeX/showexpl/
-Mathmode.ltx : main source file (preamble)
-Mathmode.tex : document source
-Mathmode.bib : BibTeX data
-Mathmode.ist : index style file
-showexpl.cfg : config file for the showexpl package
- save it together with showexpl.sty
-images/ : subdir for all pdf|eps images
-runVTeX : Shell script to tun vlatex
-runLaTeX : Shell script to tun latex->dvips->ps2pdf
-runPDFLaTeX : Shell script to tun pdflatex
-
-
-
-building the document:
-(pdf)latex Mathmode.ltx
-(pdf)latex Mathmode.ltx
-bibtex Mathmode
-makeindex -s Mathmode.ist Mathmode.idx
-(pdf)latex Mathmode.ltx
-(pdf)latex Mathmode.ltx
-
-only for a latex run:
-dvips Mathmode.dvi
-ps2pdf Mathmode.ps
-
-
-or alternative with VTeX (http://www.micropress-inc.com/linux/)
-vlatex Mathmode.ltx
-vlatex Mathmode.ltx
-bibtex Mathmode
-makeindex -s Mathmode.ist Mathmode.idx
-vlatex Mathmode.ltx
-vlatex Mathmode.ltx
+%% 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.