diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathmode/runVTeX')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathmode/runVTeX | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mathmode/runVTeX b/Master/texmf-dist/doc/latex/mathmode/runVTeX new file mode 100644 index 00000000000..a104575bcc5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mathmode/runVTeX @@ -0,0 +1,6 @@ +#!/bin/sh +vlatex Mathmode.ltx +vlatex Mathmode.ltx +bibtex Mathmode +makeindex -s Mathmode.ist Mathmode.idx +vlatex Mathmode.ltx |