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
Index: T l

⟦3a02b3dc2⟧ TextFile

    Length: 1162 (0x48a)
    Types: TextFile
    Names: »logobase.mf«

Derivation

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

TextFile

% Base file  for the METAFONT logo
logobase:=1;  % when logobase is known, this file has been input

def font_setup =
 if unknown slant: slant:=0 else: currenttransform:=
  identity slanted slant yscaled aspect_ratio fi;

 ygap#:=(ht#/13.5u#)*xgap#;              % vertical adjustment
 ho#:=o#;                                % horizontal overshoot
 leftstemloc#:=2.5u#+s#;                 % position of left stem
 barheight#:=.45ht#;                     % height of bar lines
 py#:=.9px#;                             % vertical pen thickness

 define_pixels(s,u);
 define_whole_pixels(xgap);
 define_whole_vertical_pixels(ygap);
 define_blacker_pixels(px,py);
 pickup pencircle xscaled px yscaled py;
 logo_pen:=savepen;
 define_good_x_pixels(leftstemloc);
 define_good_y_pixels(barheight);
 define_corrected_pixels(o);
 define_horizontal_corrected_pixels(ho); enddef;

def beginlogochar(expr code, unit_width) =
 beginchar(code,unit_width*u#+2s#,ht#,0);
 pickup logo_pen enddef;

def super_half(suffix i,j,k) =
 draw z.i{0,y.j-y.i}
 ... (.8[x.j,x.i],.8[y.i,y.j]){z.j-z.i}
 ... z.j{x.k-x.i,0}
 ... (.8[x.j,x.k],.8[y.k,y.j]){z.k-z.j}
 ... z.k{0,y.k-y.j} enddef;