From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14682 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, 04 Feb 2004 12:58:49 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <4020DE79.3030102@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 1075895826 10630 80.91.224.253 (4 Feb 2004 11:57:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2004 11:57:06 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Feb 04 12:56:58 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 1AoLeM-00010A-00 for ; Wed, 04 Feb 2004 12:56:58 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9854210B1D; Wed, 4 Feb 2004 12:55:35 +0100 (MET) Original-Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by ref.ntg.nl (Postfix) with ESMTP id A68A610B09 for ; Wed, 4 Feb 2004 12:54:04 +0100 (MET) Original-Received: from arcor.de (dialin-145-254-093-036.arcor-ip.net [145.254.93.36]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id BD1DB5972CF for ; Wed, 4 Feb 2004 12:55:20 +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:14682 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14682 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