[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Curious included graphic whitespace issue
From: |
Mark T. B. Carroll |
Subject: |
Re: Curious included graphic whitespace issue |
Date: |
Fri, 22 Apr 2011 19:19:36 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Hopefully this fuller example will help --
I make a little diamond with,
%!PS
200 200 translate
45 rotate
100 100 100 100 rectstroke
showpage
and use a2ping diamond.ps diamond.eps
Now,
@SysInclude { picture }
@SysInclude { tbl }
@Illustration
{
@Tbl margin { 0f } strut { no } rule { yes }
aformat { @Cell indent { right } A | @Cell indent { left } B }
{
@Rowa
A { 1f @Wide @Scale @IncludeGraphic diamond.eps }
B { further diamond }
@Rowa
A { 1f @Wide @Scale white @Color @Box margin { 0f } @IncludeGraphic
diamond.eps }
B { nearer diamond }
}
}
gives me the enclosed. I have no idea why the two rows look different
like this.
Mark
oddness.ps
Description: PostScript document