|
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 - download
Length: 265 (0x109) Types: TextFile Names: »U.gf118«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./utilityfonts/gf/gf118/U.gf118« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦24627e285⟧ »unix3.0/utilityfonts.tar.Z« └─⟦4ad600e20⟧ └─⟦this⟧ »utilityfonts/gf/gf118/U.gf118«
#!/bin/sh # This file is U.gf118 # Convert all the pk118 fonts to gf format # This file converts the Unix distribution logo fonts and manfnt # export PKFONTS;PKFONTS=/src/tex/utilityfonts/pk/pk118 for f in `find $PKFONTS -name '*pk' -print` do pktogf -v $f done