diff options
author | wlemb <wlemb> | 2002-01-28 15:38:07 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2002-01-28 15:38:07 +0000 |
commit | aa7f04874c9c5393f9a7a569c6ffe682051b2d07 (patch) | |
tree | 8b5d8378946b733785be75f7c13322bba90079da | |
parent | 70ad7dc27fd6b6d3c02fb82eeed0d811e8e51851 (diff) | |
download | groff-aa7f04874c9c5393f9a7a569c6ffe682051b2d07.tar.gz |
* tmac/ps.tmac, tmac/html.tmac: Fix compatibility mode issues.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | tmac/html.tmac | 4 | ||||
-rw-r--r-- | tmac/ps.tmac | 4 |
3 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2002-01-28 Werner LEMBERG <wl@gnu.org> + + * tmac/ps.tmac, tmac/html.tmac: Fix compatibility mode issues. + 2002-01-27 Gaius Mulley <gaius@glam.ac.uk> 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. |