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

⟦fe3457319⟧ TextFile

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

Derivation

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

TextFile

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