############################################################# ## ## This is the file cm.par, part of the MathInst package ## (version 1.0, August, 1998) for math font ## generation. (Author: Alan Hoenig, ajhjj@cunyvm.cuny.edu) ## ############################################################# ## A MathInst bitmap parameter file. ## Some places... ## traditional... $texroot_ = "/usr/lib/tex"; $psfonts_ = "/psfonts"; $afm_ = $psfonts_ . "/afm"; $vf_ = $texroot_ . "/fonts/vf"; $tfm_ = $texroot_ . "/fonts/tfm"; $inputs_ = $texroot_ . "/inputs"; ## TDS implementations... ##$texmf_ = "/resource/mathinst/micur/lu"; # or wherever $installer_ = "vfinst"; # or psnfss; what has installed the fonts? ## Everyone... $map_ = "$texroot_/ps"; $encoding_ = "OT1"; # only OT1, ot1 are valid entries here ## Some things... $ssize_ = 7; $sssize_ = 5; $tt_ = "cmtt10"; $sansserif_ = "lssr7t"; $cal_ = "pociii0"; # poetica chancery $fraktur_ = "eufm10"; # fraktur font for math $bbold_ = "pmp6"; # b'board bold (Adobe Math Pi font 6) # Greek bold may not be appropriate for bitmap fonts... ## For TDS... $ttsupplier = "public"; $tttypeface = "cm"; # For TDS: tt $sssupplier = "adobe"; $sstypeface = "lusans"; #sans serif $casupplier = "adobe"; $catypeface = "poetica";#chancery $frsupplier = "ams"; $frtypeface = "euler"; #fraktur $bbsupplier = "adobe"; $bbtypeface = "pmp6"; #b'board bold $gbsupplier = "ams"; $gbtypeface = "euler"; ## Scale factors. Normally, MathInst calculates the scale factors ## for itself, under the assumption that the roman ($fontfam_) types ## should be at their natural size so that all other fonts are scaled to ## fit. Form most fonts, `scaling to fit' means making sure that the ## x-heights match. For the calligrpahic fonts, the capheights shall match. ## However, in case any of the following scale factors (SF) are defined, ## then MathInst will use the user defined value. In case the SF's are ## defined and set to zero, then the font is used at the natural size. ## $mathSF_ = # for Math fonts ## $ttSF_ = # for typewriter font ## $saSF_ = 00; # for sans serif fonts $caSF_ = 1330; # for calligraphic font ## $frSF_ = # for fraktur font ## $bbSF_ = # for blackboard bold ## $gbSF_ # for uppercase Greek bold letters ## SYSTEM PARAMETERS $sep = "/"; # Path separator for Unix #$sep = "\\"; # Path separator for DOS $mv = "mv"; # Unix move command #$mv = "move"; # DOS move command