diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-29 00:35:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-29 00:35:06 +0000 |
commit | 86f6ad0f8431ad33548e4b843418630365dcd7cb (patch) | |
tree | 59533054992d6c5e40a4cdbb4004b083bdfa4b1d /Master/texmf-doc/doc/english/mathmode/runVTeX | |
parent | 41ceff5a615ab4e3d46b1c94bd26d9dcf9d6c1f8 (diff) |
doc/english/m
git-svn-id: svn://tug.org/texlive/trunk@22 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/runVTeX')
-rw-r--r-- | Master/texmf-doc/doc/english/mathmode/runVTeX | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/runVTeX b/Master/texmf-doc/doc/english/mathmode/runVTeX new file mode 100644 index 00000000000..a104575bcc5 --- /dev/null +++ b/Master/texmf-doc/doc/english/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 |