ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* printing an envelope.
@ 2005-05-30 18:58 John R. Culleton
  2005-06-01  8:30 ` printing an envelope--solution John R. Culleton
  0 siblings, 1 reply; 2+ messages in thread
From: John R. Culleton @ 2005-05-30 18:58 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: printing an envelope--solution.
  2005-05-30 18:58 printing an envelope John R. Culleton
@ 2005-06-01  8:30 ` John R. Culleton
  0 siblings, 0 replies; 2+ messages in thread
From: John R. Culleton @ 2005-06-01  8:30 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-01  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-30 18:58 printing an envelope John R. Culleton
2005-06-01  8:30 ` printing an envelope--solution John R. Culleton

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).