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 c

⟦ee2dc9a15⟧ TextFile

    Length: 667 (0x29b)
    Types: TextFile
    Names: »compute_cmsy.mf«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/sauter/compute_cmsy.mf« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXcontrib/sauter/compute_cmsy.mf« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXcontrib/sauter/compute_cmsy.mf« 

TextFile

% Compute the font construction parameters for the Computer
% Modern Math Symbol family.  This is essentially the Computer Modern
% Math Italic family with more parameters and a different 
% character set.

input compute_cmmi;

% the following font parameters are explained in {\sl The \TeX book}, Appendix G
subs:=             % subscript point size
    (if design_size <  8: (5/design_size)
 elseif design_size < 10: (6/design_size)
 elseif design_size < 12: (7/design_size)
                    else: ((design_size-3)/design_size)fi);
rth#:=.4pt#;  % assume that rules will come from cmex10

input compute_sigma;  % compute sigma 8 through 22 from rth#, subs, etc.