From 0cb40822da2268332efe7e6377fbaa4cd0617bfa Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Mon, 28 Jan 2002 15:38:07 +0000 Subject: [PATCH] * tmac/ps.tmac, tmac/html.tmac: Fix compatibility mode issues. --- ChangeLog | 4 ++++ tmac/html.tmac | 4 ++-- tmac/ps.tmac | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a1b1197..30d867eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-28 Werner LEMBERG + + * tmac/ps.tmac, tmac/html.tmac: Fix compatibility mode issues. + 2002-01-27 Gaius Mulley Add two switches -a and -g to control the antialiasing bits for diff --git a/tmac/html.tmac b/tmac/html.tmac index efa719d8..7a147fb5 100644 --- a/tmac/html.tmac +++ b/tmac/html.tmac @@ -27,8 +27,6 @@ .if !c\(rh .char \(rh -> .if !c\(bq .tr \(bq, .if !c\(aq .tr \(aq' -.if !\n(_C .mso pspic.tmac -.cp \n(_C .\" now turn off all headers and footers for ms, me and mm macro sets .if d EF .EF '''' .if d EH .EH '''' @@ -534,4 +532,6 @@ .defcolor yellowgreen rgb #52d017 .\" default glyph color to black (leave the background color alone) \m[black]\c +.if !\n(_C .mso pspic.tmac +.cp \n(_C .\" end of file, make sure this is the last line diff --git a/tmac/ps.tmac b/tmac/ps.tmac index 9d1bd554..433b5e8d 100644 --- a/tmac/ps.tmac +++ b/tmac/ps.tmac @@ -50,8 +50,6 @@ .if !c\[tm] .char \[tm] \s-3\v'-.3m'TM\v'+.3m'\s+3 .\" pic tests this register to see whether it should use \X'ps:...' .nr 0p 1 -.cp \n(_C -.if !\n(.C .mso pspic.tmac .\" now for color definitions .\" .\" this is a composite of MIT's X Consortium red/green/blue (rgb) color @@ -601,4 +599,6 @@ .defcolor yellow2 rgb #eeee00 .defcolor yellow3 rgb #cdcd00 .defcolor yellow4 rgb #8b8b00 +.cp \n(_C +.if !\n(.C .mso pspic.tmac .\" make sure that no blank lines creep in at the end of this file. -- 2.11.4.GIT