. Probably a register setting?
I don't think so, but I can't prove.
This is correct. It's compiled into the binary. You can find this in
file src/preproc/tbl/table.cpp:
const int DEFAULT_COLUMN_SEPARATION = 3;
Werner
--
Ruud Baart
:
Am 07.04.2011 um 13:43 schrieb Ruud Baart:
In a table the column with can be defined by: w,WMinimal column width
value. But there is also some space from left cell boundary to cell content and
from the right side of the cell content to cell boundary. Sometimes, if the
table is too full,
boundary is set to zero.
Can this spacing between cell content and cell boundary be controlled
with parameters?
--
Regards,
Ruud Baart
Ted Harding wrote:
"These problems would not arise with PostScript output, but I am
puzzled as to why they should occur with ASCII otuput to a terminal."
On my server I get a slightly different result. I use version 1.20.1 on
a debian server:
+--+ +--+ +--+
is that is contains a
transparent image (no background).
I renamed the ai-file to pdf-file, opened it with ghostview and wrote an
eps-file. This one is correct.
Thanks for your hint.
Op 6-7-2010 13:31, (Ted Harding) schreef:
> On 06-Jul-10 07:54:28, Ruud Baart wrote:
>> Hello,
>>
Hello,
I trie to use our logo in groff. I use .PSPIC macro. The resulting
postscript file contains the logo but not in color. What do I do wrong?
groff file:
.pl 29.7c
.ll 17c
.lt 17c
.po 3c
.ps 9p
.vs 11p
.he
.fo
.LP
.TL
This our logo
.LP
.PSPIC -L prompt.eps 2i 2i
.TS H
.TE
The