groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Groff pipeline plumbing problem


From: Rick Richardson
Subject: Re: [Groff] Groff pipeline plumbing problem
Date: Sun, 30 Dec 2001 07:09:28 -0600
User-agent: Mutt/1.2.5i

On Sat, Dec 29, 2001 at 08:28:59PM +0000, Gaius Mulley wrote:
> 
> Hi Rick,
> 
> > The only outstanding bug with grohtml that I have still left is the
> > missing vertical whitespace (blank line) between paragraphs with man
> > pages
> 
> > It seems to me that there needs to be a "<br>" between the
> > two tables.  Or maybe wrap a <p>...</p> pair around the tables.
> 
> yes I'm currently trying to fix this bug. I think the solution will
> involve wrapping a <p> around each table that requires vertical space.
> I'm trying to allow nested tables and paragraphs to facilitate
> tbl using html tables in the near future.

Ok, this is the simple workaround I've been using, which will hold me
until you get to the "right" solution...

        $(GROFF) -P-Ixxx.1 -P-o0 -P-i100 -t -man -Thtml xxx.1 \
                | sed 's#</table>#&<br>#' > xxx.1.html

-Rick

-- 
Rick Richardson  address@hidden        http://home.mn.rr.com/richardsons/
Stock information at your fingertips:   http://linuxtrade.0catch.com/

Important data should not be entrusted to Fisher, as it may eat it and make
loud belching noises. -- RH 7.1 beta release notes.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]