From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14705 Path: main.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: =?ISO-8859-1?Q?90=B0_rotation_+_landscape?= Date: Wed, 11 Feb 2004 14:12:20 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <402A2A34.20905@arcor.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1076505143 8741 80.91.224.253 (11 Feb 2004 13:12:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2004 13:12:23 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Feb 11 14:12:15 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AquA3-0004vl-00 for ; Wed, 11 Feb 2004 14:12:15 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 510AF10B3C; Wed, 11 Feb 2004 14:10:39 +0100 (MET) Original-Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by ref.ntg.nl (Postfix) with ESMTP id DBA2210B07 for ; Wed, 11 Feb 2004 14:09:15 +0100 (MET) Original-Received: from arcor.de (dialin-145-254-093-068.arcor-ip.net [145.254.93.68]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 1437D80A78E for ; Wed, 11 Feb 2004 14:10:29 +0100 (CET) User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-To: NTG-ConTeXt X-Enigmail-Version: 0.83.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14705 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14705 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