From dee6a2a67bfae95ed12fa2bcedf39815ecc29f5f Mon Sep 17 00:00:00 2001 From: wlemb Date: Sun, 10 Nov 2002 09:11:11 +0000 Subject: Added new font `SC' (cmtex10) to devdvi. * devdvi/generate/Makefile (FONTS): Add `SC'. (SC): New rule. * devdvi/generate/textex.map: New map file for cmtex. * devdvi/SC: New. * devdvi/Makefile.sub (DEVFILES): Updated. * tmac/dvi.tmac: Add fspecial entries for SC. Add `MI', `S' and `CW' to the `special' call. Otherwise, `SC' is found before `S' since the font position of `SC' is lower due to the gaps in DESC's `font' line. * tmac/ec.tmac: Add a `special' call. * NEWS: Updated. * font/devhtml/R.proto: Remove double entry for `ti'. * tmac/tty.tmac: Add entries for `IJ', `ij', and `bq'. * tmac/tty-char.tmac: Remove entry for `bq'. * tmac/lbp.tmac: Add entries for `lq', `rq', `fo', `fc', and `em'. * tmac/ec.tmac: Don't remove `aq' glyph. * tmac/X.tmac: Fix entry for `em'. Add entries for `fo' and `fc'. * tmac/dvi.tmac: Add entries for `em', `en', `hy', `fo', and `fc'. * doc/groff.texinfo, man/groff.man, man/groff_diff.man: Fix documentation of `special' and `fspecial' requests. --- tmac/tty.tmac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmac/tty.tmac') diff --git a/tmac/tty.tmac b/tmac/tty.tmac index 96ff0e18..f09da2bb 100644 --- a/tmac/tty.tmac +++ b/tmac/tty.tmac @@ -49,10 +49,13 @@ .fchar \[oe] oe .fchar \[AE] AE .fchar \[ae] ae +.fchar \[IJ] IJ +.fchar \[ij] ij .fchar \[an] - .fchar \[eu] EUR .fchar \[Eu] EUR .fchar \[.i] i +.fchar \[bq] , . .\" color definitions .defcolor black rgb #000000 -- cgit v1.2.1