diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-11 01:08:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-11 01:08:38 +0000 |
commit | e432e83188d46acd6c7ab0dd77cb4e5940cd09ce (patch) | |
tree | b44f597065f58674d5c7fb1d87042f3af54fb9fb /Master/texmf-dist/doc/latex/mathmode/runLaTeX | |
parent | 279ad885ad0332388fc06cf11d40c1c9055fac88 (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/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 |