John Culleton wrote:
> 
> Here is the code at the top of my document:
> 
> \setuppapersize[S3][letter]
> 
> ... but the pdf file is always comes out A4. No matter how
> I manipulate the \papersize parameters it produces an A4
> pdf file.
> 
> The pdftex commands will work however.

I've used this combo:

\definepapersize[TradePaper][width=6in,height=9in]
\setuppapersize[TradePaper][letter]

It works as expected. If S3 doesn't work you might try defining it
yourself, although I see it exists in page-lay.tex along with the other
layouts. 

I tried a garbage value and note that texexec runs without complaint and
doesn't put anything in the log. 

-Bill

Reply via email to