[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
@IncludeGraphicRepeated
From: |
JamesClementsIII |
Subject: |
@IncludeGraphicRepeated |
Date: |
Mon, 17 Mar 2003 15:40:36 -0500 |
I'm still having trouble with @IncludeGraphicRepeated. When
@IncludeGraphicRepeated is present, Ghostscript can't view the document.
Here's a sample EPS file...
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 1440 1440
20 setlinewidth 0 setgray 0 0 moveto 1440 1440 lineto stroke
showpage
%EOF
Here's the lout file...
address@hidden { whbclogorayswatermark.eps }
@SysInclude { langdefs } # language definitions
@SysInclude { bsf } # BasicSetup package
@SysInclude { dsf } # DocumentSetup package
@SysInclude { docf } # OrdinarySetup extension
@Include { mydefs }
@Use { @BasicSetup
@InitialFont { Times Base 10p } # initial font
}
@Use { @DocumentSetup
@PageOrientation { Landscape }
@TopMargin { 1c @OrIfPlain 6f } # top margin of all pages
@FootMargin { 1c @OrIfPlain 6f } # bottom margin of all pages
@OddLeftMargin { 1c @OrIfPlain 10s } # left margin of odd pages
@OddRightMargin { 1c @OrIfPlain 10s } # right margin of odd pages
@EvenLeftMargin { 1c @OrIfPlain 10s } # left margin of even pages
@EvenRightMargin { 1c @OrIfPlain 10s } # right margin of even pages
@OddTop { @Null }
@EvenTop { @Null }
@StartOddTop { @Null }
@StartEvenTop { @Null }
}
@Use { @OrdinarySetup
@SectionGap { 2.0v @OrIfPlain 3f } # between sections
}
@SysDatabase @FontDef { fontdefs } # font definitions
@SysDatabase @RefStyle { refstyle } # reference printing styles
@SysInclude { tbl }
@Doc @Text @Begin
@Place
x { {right - xsize} / 2 }
y { ysize / 2 }
{
90d @Rotate {.4 .4 } @Scale @IncludeGraphic {whbclogorayswatermark.eps}
}
@End @Text
If the first line of the lout file is uncommented, Ghostscript can't view the
file. Does lout need more info in the eps file to work?
Jim
__________________________________________________________________
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380
Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promos=380455
- @IncludeGraphicRepeated,
JamesClementsIII <=