Using my my Ricoh AP2600 printer I want to feed envelopes with the narrow side first, which means the the print image must be rotated 90 degrees. It is not clear how this can be done in Context. Here is an example file: -------------------------------------- \setupoutput[pdftex] \definepapersize[env][width=9.5in,height=4.25in] \setuppapersize[env,rotated 90][env] \setuparranging[rotated] \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 ------------------------------------------ It seems no matter what I do (and perhaps I am doing too much) I cannot create a pdf file that is rotated properly for this particular printer. It stubbornly insists in printing across instead of down. Any suggestions? -- John Culleton