summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mathmode/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathmode/README')
-rw-r--r--Master/texmf-dist/doc/latex/mathmode/README38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mathmode/README b/Master/texmf-dist/doc/latex/mathmode/README
new file mode 100644
index 00000000000..89c056a3554
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mathmode/README
@@ -0,0 +1,38 @@
+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
+