diff options
author | Karl Berry <karl@freefriends.org> | 2006-05-30 23:34:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-05-30 23:34:04 +0000 |
commit | 1533cfd2d6411f61a83779d62ac8b21962845e6e (patch) | |
tree | d3975f0973767ea8d503159bc2dc239a5d03f227 /Master/texmf-doc/doc/english/mathmode/runPDFLaTeX | |
parent | 24892d808a492bd42bb04bcda54fd23fdeb1c191 (diff) |
update voss mathmode doc
git-svn-id: svn://tug.org/texlive/trunk@1623 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/runPDFLaTeX')
-rw-r--r-- | Master/texmf-doc/doc/english/mathmode/runPDFLaTeX | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/runPDFLaTeX b/Master/texmf-doc/doc/english/mathmode/runPDFLaTeX new file mode 100644 index 00000000000..1e66c6853b5 --- /dev/null +++ b/Master/texmf-doc/doc/english/mathmode/runPDFLaTeX @@ -0,0 +1,6 @@ +#!/bin/sh +pdflatex Mathmode.ltx +pdflatex Mathmode.ltx +bibtex Mathmode +makeindex -s Mathmode.ist Mathmode.idx +pdflatex Mathmode.ltx |