[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [groff] Recent contrib/hdtbl changes may have broken it
From: |
Bjarni Ingi Gislason |
Subject: |
Re: [groff] Recent contrib/hdtbl changes may have broken it |
Date: |
Sat, 27 Oct 2018 03:02:59 +0000 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
On Fri, Oct 26, 2018 at 04:28:02PM -0400, G. Branden Robinson wrote:
> Hi all,
>
>
[...]
> GROFF contrib/hdtbl/examples/color_nested_tables.ps
> ../contrib/hdtbl/examples/color_nested_tables.roff:40: The 1st width value ()
> is too small. It should be greater than 12000.
> ../contrib/hdtbl/examples/color_nested_tables.roff:52: The 1st width value ()
> is too small. It should be greater than 11999.
I got those too. I avoided the warnings by using "0.999n" instead of
"1n" in one of the arguments of "TBL". The cause is thus most probably
a rounding error, so a better solution is to apply a correction where
the rounding error occurs.
There is still a fix (explanation) missing for the empty parentheses
in the warnings.
[...]
> troff: contrib/hdtbl/examples/fonts_n.roff:141: .pso request not allowed in
> safer mode
> troff: contrib/hdtbl/examples/fonts_n.roff:141: name expected (got '\{')
> fonts_n.roff: listing font ''...
> troff: contrib/hdtbl/examples/fonts_n.roff:141: warning: can't find font '='
> troff: contrib/hdtbl/examples/fonts_n.roff:141: .pso request not allowed in
> safer mode
> GROFF contrib/hdtbl/examples/fonts_x.ps
> troff: contrib/hdtbl/examples/fonts_x.roff:152: .pso request not allowed in
> safer mode
> troff: contrib/hdtbl/examples/fonts_x.roff:152: name expected (got '\{')
> fonts_x.roff: listing font ''...
> troff: contrib/hdtbl/examples/fonts_x.roff:152: warning: can't find font '='
> troff: contrib/hdtbl/examples/fonts_x.roff:152: .pso request not allowed in
> safer mode
> GROFF contrib/hdtbl/examples/mixed_pickles.ps
I avoided the ".pso" warning by adding "-U" to the HDTBL_PFLAG.
Then I did not get the other warnings, but the "fonts_n.ps" file does
not show any font, while "fonts_x.ps" contains all of them (38).
An older "fonts_n.ps" file shows only the first font.
--
Bjarni I. Gislason