[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] [heirloom] getting dashes when a line is requested
From: |
Carsten Kunze |
Subject: |
Re: [Groff] [heirloom] getting dashes when a line is requested |
Date: |
Tue, 7 Oct 2014 13:06:05 +0200 (CEST) |
Blake McBride <address@hidden> wrote:
> Wow. That did fix the problem. Can't find any documentation on it.
It is documented in the tbl man page.
The line drawing commands had been introduced for pic (AFAIK). That may be the
reason that \l \L is used instead of \D'l ...'.
Or that \l \L also work with nroff. Although lines from tbl processed with
nroff seem not to work correctly yet in Heirloom.
> What about lines in troff?
If it's your own document I suggest to use \D'l ...' instead of \l.
If it's *required* for documents you can't change it is maybe the simplest
solution to implement that "-g" option for troff too.
Carsten