summaryrefslogtreecommitdiff
path: root/tmac/troffrc-end
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-03-31 14:31:16 +0000
committerwlemb <wlemb>2003-03-31 14:31:16 +0000
commiteddc04d73ab0dd063925712f1448826403d2afb4 (patch)
treef0ba6a350b4d946b753dbc066d7e9077f3d3dae9 /tmac/troffrc-end
parent948bc8624f9f9b0a32f696df77ec91f92a5db1b8 (diff)
downloadgroff-eddc04d73ab0dd063925712f1448826403d2afb4.tar.gz
* 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.
Diffstat (limited to 'tmac/troffrc-end')
-rw-r--r--tmac/troffrc-end1
1 files changed, 1 insertions, 0 deletions
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.