summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-02-27 02:23:12 +0000
committerwlemb <wlemb>2002-02-27 02:23:12 +0000
commit2fa69e981b6ac1be5e318eb48e654ebe649408d7 (patch)
tree2f116203971ba95fa54fcc44a1c8561f71f69d51 /src/utils
parent03d69caa0171e926891730c9c34e846bee955b47 (diff)
downloadgroff-2fa69e981b6ac1be5e318eb48e654ebe649408d7.tar.gz
Add EC and TC fonts to devdvi.
* src/utils/tfmtodit/tfmtodit.man: Document patching of exbase.mf. * font/devdvi/generate/cork.map: Renamed to... * font/devdvi/generate/ec.map: This. Remove entry for `aq'. * font/devdvi/generate/tc.map: New file. * font/devdvi/generate/Makefile (*EC, *TC): New creation rules for EC and TC fonts. (FONTS): Updated. * font/devdvi/*EC, font/devdvi/*TC: New font definition files. * font/devdvi/Makefile.sub (DEVFILES): Updated. * tmac/ec.tmac: New file. * tmac/Makefile.sub (NORMALFILES): Updated. * NEWS, src/devices/grodvi/grodvi.man: Updated. * font/devdvi/{TR,TI,TB,TBI,HR}: Fix `name' field.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/tfmtodit/tfmtodit.man20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/utils/tfmtodit/tfmtodit.man b/src/utils/tfmtodit/tfmtodit.man
index b141c77d..51f806d0 100644
--- a/src/utils/tfmtodit/tfmtodit.man
+++ b/src/utils/tfmtodit/tfmtodit.man
@@ -1,5 +1,5 @@
.ig
-Copyright (C) 1989-2000, 2001 Free Software Foundation, Inc.
+Copyright (C) 1989-2000, 2001, 2002 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -121,8 +121,26 @@ def ignore_math_fit(expr left_adjustment,right_adjustment) =
.fi
.ft R
.LP
+For the EC font family, load the following definition after
+.B exbase
+(it is probably easiest to patch
+.B exbase.mf
+locally):
+.IP
+.nf
+.ft B
+def ignore_math_fit(expr left_adjustment,right_adjustment) =
+ ori_special "adjustment";
+ ori_numspecial left_adjustment*16/designsize;
+ ori_numspecial right_adjustment*16/designsize;
+ enddef;
+.fi
+.ft R
+.LP
The gf file created using this modified
.B cm.base
+or
+.B exbase
should be specified with the
.B \-g
option.