From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20618 Path: news.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: printing an envelope--solution. Date: Wed, 1 Jun 2005 21:43:14 +0200 Message-ID: <5a123a6967568fb4fb50fce6a4a7fac3@gmail.com> References: <429DC2E9.2030202@seznam.cz> <200506011333.02209.john@wexfordpress.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1117655071 22988 80.91.229.2 (1 Jun 2005 19:44:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Jun 2005 19:44:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 01 21:44:22 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DdZ70-0006IO-F9 for gctc-ntg-context-518@m.gmane.org; Wed, 01 Jun 2005 21:42:46 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C39CE127DF; Wed, 1 Jun 2005 21:45:44 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25625-03; Wed, 1 Jun 2005 21:45:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3A496127DD; Wed, 1 Jun 2005 21:43:47 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A86EA127DD for ; Wed, 1 Jun 2005 21:43:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25625-02 for ; Wed, 1 Jun 2005 21:43:44 +0200 (CEST) Original-Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by ronja.ntg.nl (Postfix) with ESMTP id 7F7E812799 for ; Wed, 1 Jun 2005 21:43:44 +0200 (CEST) Original-Received: by zproxy.gmail.com with SMTP id 18so78201nzp for ; Wed, 01 Jun 2005 12:43:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=qehkZr/87y4oC28ZRhm8jpHHr9j8HCM4uvP0cUJY9wWxtSO0WmetSdW5H2pEjxM+mZMCQoIcsOncnpLnsi35DDdJ5vYH0sbqAqrpi1nq8PZICskDa0VasvpPI7bak++i/gcHH0nBXBzeME6de9jYpp6GISv1a3mk+psCzdazrBc= Original-Received: by 10.36.221.79 with SMTP id t79mr1414338nzg; Wed, 01 Jun 2005 12:43:43 -0700 (PDT) Original-Received: from ?10.0.1.121? ([82.123.136.162]) by mx.gmail.com with ESMTP id 39sm61943nzk.2005.06.01.12.43.42; Wed, 01 Jun 2005 12:43:43 -0700 (PDT) In-Reply-To: <200506011333.02209.john@wexfordpress.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.622) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20618 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20618 On 1 juin 2005, at 15:33, John R. Culleton wrote: > On Wednesday 01 June 2005 02:15 pm, Vit Zyka wrote: >> \definepapersize[env][width=3D4.25in,height=3D9.5in] >> \papersize[env][env] >> >> \setuplayout >> =A0 =A0[topspace=3D1in,bottomspace=3D1in,backspace=3D1.5in,cutspace=3D.= 5in, >> =A0 =A0 header=3D0pt,footer=3D0pt,margin=3D0pt, >> =A0 =A0 width=3Dmiddle,height=3Dmiddle] >> >> \starttext >> \rotated > !it blew up here. did not recognize \rotated > Hi John, That was the same for me: \rotated is not defined. However looking into my ConTeXt archives I found an example about=20 rotations, and after a new definition of your paper size discovered=20 that the following works: I hope it is what you are looking for... Best regards: OK %%% envelope-2.tex \definepapersize[env][width=3D9.5in,height=3D4.25in] \setuppapersize [env,rotated] % this rotates the page [env,landscape] % onto a landscaped size \setuplayout[location=3Dleft,width=3Dmiddle,height=3Dmiddle] \showframe \starttext \startstandardmakeup John Culleton\crlf 2401 Haight Avenue\crlf Eldersburg, MD 21784 \blank \hskip 3in \vbox{ Independent Contract Services\crlf Landmark Community Newspapers\crlf Carroll County Times\crlf P.O. Box 346\crlf Westminster MD 21158 } \stopstandardmakeup \stoptext