summaryrefslogtreecommitdiff
path: root/fonts/cmastro/do.sh
blob: 9bfa94d134d0f2e9b7c7ff2dc31953ede276dcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/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