groff
[Top][All Lists]
Advanced

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

Re: [Groff] new grohtml: white space problem.


From: Werner LEMBERG
Subject: Re: [Groff] new grohtml: white space problem.
Date: Fri, 21 Jan 2000 19:38:22 GMT

> > .LP
> > .URL Germany "ftp://groff.ffii.org/pub/groff/";
> > |
> > .URL USA "ftp://ftp.gnu.org/gnu/groff/";
> 
> Problem: the first "|" of each line is missing a leading white space
> space.
> 
> How to ensure the spaces get put there?

This is a feature grohtml (unfortunately -- AFAIK, Gaius hasn't found
a good workaround yet).  HTML stuff gets written as specials which
don't consume space for troff, causing some miscalculation if placed
at the beginning of a paragraph.  A workaround is to write

.LP
\&
.URL ...
|
.URL ...

this problem is similar to `leaving the vertical mode' with TeX.
Maybe we shall add `\&' to the macros?


    Werner


reply via email to

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