[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] serious problems with -Txhtml
From: |
Werner LEMBERG |
Subject: |
[Groff] serious problems with -Txhtml |
Date: |
Sat, 19 Jan 2008 17:41:57 +0100 (CET) |
Gaius,
there is a serious issue with -Txhtml using the current CVS:
Whitespace is swallowed either before or after an equation. Consider
this simple input
.EQ
delim $$
.EN
A $a$ B
with -Thtml you get
A a B
but -Txhtml produces
Aa B
Even worse, sometimes characters are swallowed too:
.EQ
delim $$
.EN
A.$a$.B
gives correctly
A.a.B
with -Thtml, but -Txhtml produces
A.a
Finally, grohtml confuses paragraphs; as an example you might try to
process the groff_diff man page (with -Txhtml) and look at description
of the `Dp' and `DP' commands (in the `Drawing Commands' section),
comparing it with the output of -Tps.
I suspect that all those problems are incarnations of the same bug
which I hope you can fix easily.
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Groff] serious problems with -Txhtml,
Werner LEMBERG <=