% txsymb.mf % % (c) Copyright 1995 J"org Knappen % % This file is part of dcfonts version 1.2 % % Please read the files 00readme.txt, 00inst.txt, 00error.txt, and % copyrite.txt for further information % % You find some documentation in dcdoc.tex (needs LaTeX2e) % % Version 1.0 % 31-AUG-1995 % % Driver file for the tc fonts % mode_setup; font_setup; input dxaccess; % accent accessories input txpseudo; % pseudoparameters input txmacros; % additional macros input txaccent; % flat accents for capital letters input txolddig; % old style digits (original cm) input txgen; % genealogical symbols (by DEK) input txsymbol; % misc. symbols if variant_g: % italics? input txisuper; % superscript 1,2,3 input txifract; % fractions 1/4, 1/2, 3/4 else: input txrsuper; % superscript 1,2,3 input txrfract; % fractions 1/4, 1/2, 3/4 fi; font_coding_scheme:="TeX text companion symbols 1---TS1"; if known boundarychar: boundarychar:=oct"027"; fi font_slant slant; font_x_height x_height#; if monospace: font_normal_space 9u#; % no stretching or shrinking font_quad 18u#; font_extra_space 9u#; else: font_normal_space 6u#+2letter_fit#; font_normal_stretch 3u#; font_normal_shrink 2u#; font_quad 18u#+4letter_fit#; font_extra_space 2u#; fi font_character_set 11; % <-- preliminary setting font_acc_height acc_height#; font_cap_height cap_height#; font_asc_height asc_height#; font_rule_thickness rule_thickness#; %font_baselineskip baselineskip#; bye.