summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cmastro/do.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/cmastro/do.sh')
-rw-r--r--Master/texmf-dist/doc/latex/cmastro/do.sh26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cmastro/do.sh b/Master/texmf-dist/doc/latex/cmastro/do.sh
new file mode 100644
index 00000000000..9bfa94d134d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cmastro/do.sh
@@ -0,0 +1,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