diff options
author | Werner LEMBERG <wl@gnu.org> | 2003-04-01 21:26:50 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2003-04-01 21:26:50 +0000 |
commit | adf1c78afdea7d8fba98669720aed46766deaf9e (patch) | |
tree | 5fe161cf01a9170a7906dcdacc56171dd11152a3 /tmac | |
parent | 6d5bbb4fbbee7b5923747809ccb5480004dc9ce6 (diff) | |
download | groff-git-adf1c78afdea7d8fba98669720aed46766deaf9e.tar.gz |
* src/devices/grohtml/html-table.cc: Fix column width calculation.
(html_table::set_linelength): Don't add 1.
(html_table::add_indent): Don't subtract 1.
* tmac/html.tmac: Set default page offset to zero.
Make groff emit ` ' for `\ ' and `\~' if `-Thtml' is used.
* src/roff/troff/node.cc (space_char_hmotion_node::tprint,
unbreakable_space_node::tprint): New functions.
(troff_output_file): Make space_char_hmotion_mode::tprint and
unbreakable_space_node::tprint to friends.
* src/roff/troff/node.h: Updated.
* font/devhtml/R.proto: Add ` ' at position 0xA0 (as defined
in the HTML standard).
Diffstat (limited to 'tmac')
-rw-r--r-- | tmac/html.tmac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmac/html.tmac b/tmac/html.tmac index 0a3cf31b9..9d400e02e 100644 --- a/tmac/html.tmac +++ b/tmac/html.tmac @@ -709,7 +709,7 @@ . do mso cp1047.tmac . .\" tell grohtml some default parameter values -.po \n[.o]u +.po 0 .ll \n[.l]u .ta \n[.tabs] . |