[NTG-context] Re: [NTG-context] 90° rotation + landscape
Hans Hagen
ntg-context@ntg.nl
Mon, 23 Feb 2004 01:05:40 +0100
At 14:12 11/02/2004, you wrote:
>Hello list,
>
>I want to setup an evelope and the whole output should be rotated by 90°
>(this is the way my printer gets them).
i'll look into it and send you a patch off list (in your case you run into
some automatism for catching border cases).
The following is the definition that suits the purpose
\definepapersize
[C65]
[width=229mm,height=114mm]
\setuppapersize
[C65,rotated] % this rotates the page
[C65,landscape] % onto a landscaped size
\setuplayout[location=left,width=middle,height=middle] \showframe
\starttext
\tfc 90° rotation for printer.
\stoptext
Hans