[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] grohtml patch
From: |
Dorai Sitaram |
Subject: |
Re: [Groff] grohtml patch |
Date: |
Fri, 4 Jul 2003 23:05:03 -0400 (EDT) |
>
>
> Hi Werner,
>
> here are a set of patches which allow grohtml to generate a multi part
> output file. It splits the file on .SH and .NH 1 (from with -ms) and
> any macro set which issues the internal grohtml `.SH 1' tag. This
> feature is enabled by -P-joutputfilename and thereafter all sections
> are placed into `outputfilename-i.html' where i is 1..last section.
Looks really excellent! Thanks.
One minor suggestion: Could you repeat the navigation
bar at the bottom of the page too? Thus, when the
reader comes to the end of a page, they can navigate
without having to scroll back to the top of the page.
There is one unrelated, rather strange bug.
Given an input file
----------------------------------------------
.DS
.CW
display
.DE
\f[CW]constantwidth\fP
----------------------------------------------
groff -ms -Thtml is unable to set the word
constantwidth in <tt>. If, however, you precede
the \f[CW] with something printable, like "The" or even
"\ ", then the \f[CW] is recognized!