lout-users
[Top][All Lists]
Advanced

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

Re: Figure Numbers in EPS


From: Albert Kinderman
Subject: Re: Figure Numbers in EPS
Date: Wed, 31 Oct 2001 14:49:56 -0800

Jeff Kingston wrote:
> 
> On Wed, 31 Oct 2001 11:55:51 -0800, Albert Kinderman wrote:
>   >
>   > I am trying to prepare separate EPS files of several figures for
>   > submission with a paper.
> 
> I think you are on your own here.  The @Illustration symbol does not
> produce the kind of elaborate scaffolding that you get with @Book
> and the others.  By the time you've done your own numbering it's
> probably simplest to abandon @Figure altogether and just write
> 
>     @Graph { ... }
>     @LP
>     Figure 3.  Effect of flapping of butterfly wings in Congo on
>     weather in New York.
> 
> Illustrations don't have any defined width so you'll have a problem
> with the caption as well (is including the caption in the EPS file
> the right decision, by the way?) if it's multi-line.  Altogether
> I think you need your own symbol:
> 
>     import @BasicSetup
>     def @MyFigure
>         named @Number {}
>         named @Caption {}
>         right @Body
>     {
>         12c @Wide {
>             @Centre @Body
>             @LP
>             { @B { Figure @Number }. &2s } @Insert @Caption
>         }
>     }
> 
> etc.  This will need playing with a bit, depending on how you want
> to handle the width question.
> 
> Jeff

I decided you were correct about not even including the Figure
num. figure caption in the eps file.  However, I noticed another
problem.  The left caption and left tick marks of the graph are
not included in the eps file.  A complete example of the problem
follows:

@SysInclude { graph }
@SysInclude { picture }
@Illustration
{ 
@Graph
width {12 cm }
height {10 cm }
leftgap {2.5 cm }
leftcaption {90d @Rotate{slope of lnFatalities}}
belowcaption {slope of ln (Average Hourly Earnings) }
abovecaption {+2p @Font {Changes in Wages vs Fatalities}}
{
@Data {
@Data points {filledsquare}
{
#lnAHEslope             lnAFslope
0.005331353             -0.021700863
-0.004527754            -0.032472214
0.025351023             0.022559239
} #End Data
} #End Graph
} #End Illustration

Al


-- 
Albert Kinderman      Department of Management Science
       California State University, Northridge


reply via email to

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