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


_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to