diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-21 23:57:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-21 23:57:09 +0000 |
commit | 9ee7cfba1625748e157c7cda3091549eb0701cbf (patch) | |
tree | 54d32aa0aa0b6b3b21ae16cbbd63f38242590549 /Master/texmf-dist/doc/latex/mathspic/mathspic.sh | |
parent | cc6dec43bed861394613828f8ed1351b0952d702 (diff) |
mathspic (7jun11 and earlier)
git-svn-id: svn://tug.org/texlive/trunk@23640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathspic/mathspic.sh')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathspic/mathspic.sh | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/mathspic/mathspic.sh b/Master/texmf-dist/doc/latex/mathspic/mathspic.sh index 6d548a3166e..f0d0d76fc14 100644 --- a/Master/texmf-dist/doc/latex/mathspic/mathspic.sh +++ b/Master/texmf-dist/doc/latex/mathspic/mathspic.sh @@ -1,12 +1,14 @@ #!/bin/bash -# February 2005 -# mathspic.sh # mathspic script -# put this file in /usr/local/bin +## April 26, 2010 +## RWD Nickalls & A Syropoulos +## mathspic.sh # mathspic script +## put this file in /usr/local/bin ## rename it: mathspic.sh --> mathspic +## and make it executable (chmod 755 mathspic) ################# -# format is: -# bash mathspic.sh <options etc> -# mathspic [-b] [-c] [-h] [-o outfile] infile +## format is: +## bash mathspic.sh <options> filename +## mathspic [-b] [-c] [-h] [-o outfile] infile ################# -perl /usr/local/bin/mpic100.pl $1 $2 $3 $4 $5 +perl /usr/local/bin/mathspic113.pl $1 $2 $3 $4 $5 |