#! /bin/sh
# Calligraphic typefaces,
# file: @compile (stupid compilation script)
# last modification: 11.26.2001.
# 
# This script is helful for me. I just type 'bash @compile'
# then drink my coffee. It produces metrics and bitmaps (pk)
# for the 'CanonCX' mode, then it wipes out temporary files
# and put the useful stuff in some directory...
# PLEASE CHANGE THE THIS FILE FOR YOUR OWN NEEDS.

for XX in 5 6 7 8 9 10 12 15; do
mf "\mode=ljfour; mag=1; input mcal$XX"; gftopk mcal$XX.600gf;
mf "\mode=ljfour; mag=1.2; input mcal$XX"; gftopk mcal$XX.720gf;
mf "\mode=CanonCX; mag=1; input mcal$XX"; gftopk mcal$XX.300gf;
mf "\mode=CanonCX; mag=1.2; input mcal$XX"; gftopk mcal$XX.360gf;
done

mf "\mode=ljfour; mag=1; input mecal15"; gftopk mecal15.600gf;
mf "\mode=ljfour; mag=1.2; input mecal15"; gftopk mecal15.720gf;
mf "\mode=CanonCX; mag=1; input mecal15"; gftopk mecal15.300gf;
mf "\mode=CanonCX; mag=1.2; input mecal15"; gftopk mecal15.360gf;

mv *.tfm ../tfm; mv *pk ../pk; rm *gf; rm *.log;
