summaryrefslogtreecommitdiff
path: root/tmac/html.tmac
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/html.tmac
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/html.tmac')
-rw-r--r--tmac/html.tmac7
1 files changed, 5 insertions, 2 deletions
diff --git a/tmac/html.tmac b/tmac/html.tmac
index cd30c28d..0a3cf31b 100644
--- a/tmac/html.tmac
+++ b/tmac/html.tmac
@@ -708,6 +708,9 @@
.el \
. do mso cp1047.tmac
.
-.\" tell grohtml the page offset
-.po
+.\" tell grohtml some default parameter values
+.po \n[.o]u
+.ll \n[.l]u
+.ta \n[.tabs]
+.
.\" end of file, make sure this is the last line