ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
Subject: Re: printing an envelope--solution.
Date: Wed, 1 Jun 2005 23:08:01 +0200	[thread overview]
Message-ID: <79451fd4deb7e33ebe97aba421921d40@gmail.com> (raw)
In-Reply-To: <200506011333.02209.john@wexfordpress.com>


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=4.25in,height=9.5in]
>> \papersize[env][env]
>>
>> \setuplayout
>>    [topspace=1in,bottomspace=1in,backspace=1.5in,cutspace=.5in,
>>     header=0pt,footer=0pt,margin=0pt,
>>     width=middle,height=middle]
>>
>> \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 
rotations, and after a new definition of your paper size discovered 
that the following works: I hope it is what you are looking for...

Best regards: OK

%%% envelope-2.tex
\definepapersize[env][width=9.5in,height=4.25in]

\setuppapersize
   [env,rotated] % this rotates the page
   [env,landscape] % onto a landscaped size

\setuplayout[location=left,width=middle,height=middle]

\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

  parent reply	other threads:[~2005-06-01 21:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-01 14:15 Vit Zyka
2005-06-01 13:33 ` John R. Culleton
2005-06-01 19:04   ` Hans Hagen
2005-06-01 19:43   ` Otared Kavian
2005-06-01 19:49   ` Patrick Gundlach
2005-06-01 21:08   ` Otared Kavian [this message]
2005-06-10 11:45   ` Otared Kavian
2005-06-10 14:00     ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2005-05-30 18:58 printing an envelope John R. Culleton
2005-06-01  8:30 ` printing an envelope--solution John R. Culleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=79451fd4deb7e33ebe97aba421921d40@gmail.com \
    --to=otared@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).