Re: printing
Re: printing
- Subject: Re: printing
- From: Marco S Hyman <email@hidden>
- Date: Sun, 31 Jan 2010 14:40:37 -0800
On Jan 31, 2010, at 2:17 PM, Mark Suman wrote:
> I usually copy and paste into TextEdit with Rich Text Formatting turned on.
> It has suited me well for the three times I've done it. :)
Or use enscript(1) on the command line. I've these shell aliases
# print objc 2 up in landscape with line numbers and headings
alias 2up='enscript -Eobjc -C1 -r -2 -f Courier6 -G -p - '
# print in landscape mode
alias psl='enscript -B -f Courier8 -r -p -'
# print in portrait mode
alias psp='enscript -B -f Courier8 -p -'
All output postscript to stdout so I can redirect it as desired.
/\/\arc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden