diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-23 22:58:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-23 22:58:35 +0000 |
commit | 176c99187ee70158997854df304165156714371f (patch) | |
tree | 6b906943ec6f6f34e5eb88ef086726244b06802d /Master/texmf-dist/doc/latex/cmastro/do.sh | |
parent | cc919e2b7da0e20c4cbb6de976048e0613a17171 (diff) |
cmastro rearrange
git-svn-id: svn://tug.org/texlive/trunk@5022 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cmastro/do.sh')
-rw-r--r-- | Master/texmf-dist/doc/latex/cmastro/do.sh | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/cmastro/do.sh b/Master/texmf-dist/doc/latex/cmastro/do.sh deleted file mode 100644 index 9bfa94d134d..00000000000 --- a/Master/texmf-dist/doc/latex/cmastro/do.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# do.sh: build the standard CMASTRO font sizes. -# Set MODE and GFPOST to your liking below. -# -MODE=localfont -GFPOST="gftopk ./cmastro*.*gf; rm ./cmastro*.*gf" -# -# Generate sizes loaded by astro.tex: -# -rm -f ./cmastro*.*gf ./cmastro*.tfm *.log -# -cmmf "\mode=$MODE; mag=magstep 5; input cmastro10"; eval $GFPOST -cmmf "\mode=$MODE; mag=magstep 4; input cmastro10"; eval $GFPOST -cmmf "\mode=$MODE; mag=magstep 3; input cmastro10"; eval $GFPOST -cmmf "\mode=$MODE; mag=magstep 2; input cmastro10"; eval $GFPOST -cmmf "\mode=$MODE; mag=magstep 1; input cmastro10"; eval $GFPOST -cmmf "\mode=$MODE; mag=magstep 0.5; input cmastro10"; eval $GFPOST -cmmf "\mode=$MODE; input cmastro10"; eval $GFPOST -cmmf "\mode=$MODE; input cmastro9"; eval $GFPOST -cmmf "\mode=$MODE; input cmastro8"; eval $GFPOST -cmmf "\mode=$MODE; input cmastro7"; eval $GFPOST -cmmf "\mode=$MODE; input cmastro6"; eval $GFPOST -cmmf "\mode=$MODE; input cmastro5"; eval $GFPOST -# -exit |