summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/5_5/txsymb.mf
blob: 5048e13cb3f8dc83d51a01df99831063695b194b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
% 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.