summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mathmode/runPDFLaTeX
diff options
context:
space:
mode:
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