summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mathmode/runPDFLaTeX
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-11 01:08:38 +0000
committerKarl Berry <karl@freefriends.org>2009-12-11 01:08:38 +0000
commite432e83188d46acd6c7ab0dd77cb4e5940cd09ce (patch)
treeb44f597065f58674d5c7fb1d87042f3af54fb9fb /Master/texmf-dist/doc/latex/mathmode/runPDFLaTeX
parent279ad885ad0332388fc06cf11d40c1c9055fac88 (diff)
mathmode update (7dec09)
git-svn-id: svn://tug.org/texlive/trunk@16355 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathmode/runPDFLaTeX')
-rwxr-xr-xMaster/texmf-dist/doc/latex/mathmode/runPDFLaTeX8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mathmode/runPDFLaTeX b/Master/texmf-dist/doc/latex/mathmode/runPDFLaTeX
new file mode 100755
index 00000000000..44d31fd3bf9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mathmode/runPDFLaTeX
@@ -0,0 +1,8 @@
+#!/bin/sh
+pdflatex Mathmode.ltx
+pdflatex Mathmode.ltx
+bibtex Mathmode
+makeindex -s Mathmode.ist Mathmode.idx
+pdflatex Mathmode.ltx
+pdflatex Mathmode.ltx
+rm *.log *.aux *.toc *.dvi *.blg *.bbl *.out *.tmp *.ind *.ilg *.idx *.lo? \ No newline at end of file