lout-users
[Top][All Lists]
Advanced

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

Question RE: Illustrations containing tables.


From: Mike Walter
Subject: Question RE: Illustrations containing tables.
Date: Fri, 09 Feb 2007 16:43:20 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Hello,

I'm finding lout very useful for what I am attempting to do with one small exception. What I am attempting to do is create an EPS illustration containing a table. The issue I'm having is the very edge of the table (the border) being cut off from the EPS file on the right and bottom. I can circumvent a portion of the issue by making the illustration slightly larger than the table, but when I do this the top ends up cutting off.

Is there a simple way to go about avoiding this cutoff? Below is a sample of some of the code so you can see what I am talking about.

Thank you in advance,
Mike Walter

@SysInclude { tbl }
@SysInclude { picture }
@Illustration 10p @Font
{
cragged @Break
{
 .1vx @Break
 {
2i @Wide 2i @High @Tbl
 rule { yes }
aformat { @Cell A }
bformat { @Cell A }
  {
@Rowa
A { No Border To The Right of  @LP This Cell }
@Rowb
A { No Border Below @LP This Cell }
  }
 }
}
}


reply via email to

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