|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 594 (0x252) Types: TextFile Names: »MF79.gf300w«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./amsfonts/gf/gf300w/MF79.gf300w«
#!/bin/sh # This file is MF79.gf300w It is really rather a fraud # # The AMS m-series fonts were made up long before the # distinction between write-white and write-black fonts # was worked out, so this procedure gets exactly the # same fonts as its write-black sibling. Since MF79 # fonts tended to be blacker than MF84 fonts are, the # effect on write-white devices is not too bad. # # Convert all the pk300 fonts to gf format # This file selects the AMS m-series fonts. export PKFONTS;PKFONTS=/src/tex/amsfonts/pk/pk300 for f in `find $PKFONTS -name 'm*pk' -print` do pktogf -v $f done