summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/5_5/txmacros.mf
diff options
context:
space:
mode:
Diffstat (limited to 'usergrps/uktug/baskervi/5_5/txmacros.mf')
-rw-r--r--usergrps/uktug/baskervi/5_5/txmacros.mf27
1 files changed, 27 insertions, 0 deletions
diff --git a/usergrps/uktug/baskervi/5_5/txmacros.mf b/usergrps/uktug/baskervi/5_5/txmacros.mf
new file mode 100644
index 0000000000..224b7f1411
--- /dev/null
+++ b/usergrps/uktug/baskervi/5_5/txmacros.mf
@@ -0,0 +1,27 @@
+% txmacros.mf
+%
+%
+% (c) Copyright 1995 J"org Knappen
+% (c) Copyright 1990, 1992 Norbert Schwarz
+%
+% 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
+%
+% Additional macros needed for the tc fonts
+
+% |center_on| from cmbase
+def center_on(expr x) = if not monospace: % change width for symmetric fit
+ r:=r+2x-w; w:=2x; fi enddef;
+%
+% The tc fonts contain accents for capital letters
+%
+vardef is_cap = true enddef;
+%
+endinput;