From eddc04d73ab0dd063925712f1448826403d2afb4 Mon Sep 17 00:00:00 2001 From: wlemb Date: Mon, 31 Mar 2003 14:31:16 +0000 Subject: * src/roff/troff/env.cc (point_size): Fix emission of html tag. Otherwise, the following code .di xxx .ps 10 a .br .di x\*[xxx] produces `x a' instead of `xa'. This is a temporary fix, disabling font changes in diversions for -Thtml. * tmac/an-old.tmac (TH, SH): Use `HTML-TAG-NS' instead of `HTML-TAG'. (an-do-tag-html): Merge with ... (an-do-tag): This macro. Change code slightly to circumvent grohtml bug. * tmac/troffrc-end: Define dummy for HTML-TAG-NS. * src/devices/grohtml/html-table.cc (html_table::emit_col, html_table::is_gap): Round `width' properly. * tmac/html.tmac: Provide some default layout parameters for grohtml. * font/devhtml/DESC.proto: Don't use discrete values for `sizes' command. src/devices/grops/ps.cc (ps_printer::do_import): Fix error message. * tmac/an-old.tmac (BT): Don't call .tl if register `ps4html' is defined. --- tmac/troffrc-end | 1 + 1 file changed, 1 insertion(+) (limited to 'tmac/troffrc-end') diff --git a/tmac/troffrc-end b/tmac/troffrc-end index 928c923d..1dba113c 100644 --- a/tmac/troffrc-end +++ b/tmac/troffrc-end @@ -14,6 +14,7 @@ .do if !d HTML-IMAGE-LEFT .do ds HTML-IMAGE-LEFT .do if !d HTML-IMAGE-END .do ds HTML-IMAGE-END .do if !d HTML-TAG .do ds HTML-TAG +.do if !d HTML-TAG-NS .do ds HTML-TAG-NS .do if !d HTML-DO-IMAGE .do ds HTML-DO-IMAGE . .\" Don't let blank lines creep in here. -- cgit v1.2.1