diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathmode/runLaTeX')
-rwxr-xr-x | Master/texmf-dist/doc/latex/mathmode/runLaTeX | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mathmode/runLaTeX b/Master/texmf-dist/doc/latex/mathmode/runLaTeX new file mode 100755 index 00000000000..3253d306df4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mathmode/runLaTeX @@ -0,0 +1,8 @@ +#!/bin/sh +latex Mathmode.ltx +latex Mathmode.ltx +bibtex Mathmode +makeindex -s Mathmode.ist Mathmode.idx +latex Mathmode.ltx +dvips Mathmode.dvi +ps2pdf Mathmode.ps |