diff options
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 |