On Monday 30 May 2005 06:58 pm, John R. Culleton wrote:
> 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:
-- 
<snip>

Never mind. I did it in plain TeX with pstricks thus:
------------------------------------------------------------
\input pstricks
\special{papersize=4.25in,9.5in}
\voffset 4.5in
\parindent 0pt
\parskip 0pt
\def\crlf{\hfil\break}
\rput{90}{
\vbox{
John Culleton\crlf
2401 Haight Avenue\crlf
Eldersburg, MD 21784

{
\leftskip 3.75in
\obeylines
\input addr
}
}
}
\bye
----------------------------------------------------------------------------
Instead of printing a horizontal page and rotating the page
I printed a vertical page and rotated the text within it.

Still curious if there is a Context solution to this common
problem.

John Culleton



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

Reply via email to