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). ___ | || ________ | | | -- | | | |_____--_| ||__| normal layout 90° rotated output (paper and content) The resulting pdf looks like this (square paper format): ______ | | | | | | | ||_____| Here is a minimal example: % interface=en output=pdftex \definepapersize[C65] % standard C65 evelope [width=229mm, height=114mm, ] \setuppapersize[C65][C65, landscape, 90] \starttext \tfc 90° rotation for printer. \stoptext Have I missed something or is this a bug in \dodosetuppapersize? Any help welcome, Peter
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
Hans Hagen wrote:
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).
Many thanks for the working patch. My printer is happy and so am I... Peter
participants (2)
-
Hans Hagen
-
Peter Rolf