summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/5_5/txsymb.mf
diff options
context:
space:
mode:
Diffstat (limited to 'usergrps/uktug/baskervi/5_5/txsymb.mf')
-rw-r--r--usergrps/uktug/baskervi/5_5/txsymb.mf52
1 files changed, 52 insertions, 0 deletions
diff --git a/usergrps/uktug/baskervi/5_5/txsymb.mf b/usergrps/uktug/baskervi/5_5/txsymb.mf
new file mode 100644
index 0000000000..5048e13cb3
--- /dev/null
+++ b/usergrps/uktug/baskervi/5_5/txsymb.mf
@@ -0,0 +1,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.