DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦dc5813861⟧ TextFile

    Length: 268 (0x10c)
    Types: TextFile
    Names: »U.pk300w«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./utilityfonts/pk/pk300w/U.pk300w« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦24627e285⟧ »unix3.0/utilityfonts.tar.Z« 
        └─⟦4ad600e20⟧ 
            └─⟦this⟧ »utilityfonts/pk/pk300w/U.pk300w« 

TextFile

#!/bin/sh
# This file is U.pk300w
# Convert all the gf300w fonts to pk format
# This file converts the Unix distribution logo fonts and manfnt
#
export GFFONTS;GFFONTS=/src/tex/utilityfonts/gf/gf300w
for f in `find $GFFONTS -name '*gf' -print` 
do
  gftopk -v $f
done