Index: [thread] [date] [subject] [author]
  From: Jason Grosland <jcg3@cs.duke.edu>
  To  : 
  Date: Fri, 12 Mar 1999 09:45:25 -0500

Re: printing...

On Thu, 11 Mar 1999, Jay Steele wrote:

> for printing our code, how do we print it so it is in two columns on a
> page?

% print -2 -H <insert filenames here>

you can accomplish the same results with

% enscript -pout.ps -2rG <filenames>
% lpr -Pteerlp1 out.ps

(assuming you're at teer, and you want to print from lp1.)  The print
script allows you to skip the process of making an intermediate file.  On
many other systems, like the cs dept., you can simply do

% enscript -2rG <filenames>

but it doesn't work on acpub.


-Jason

- 66 days and counting until I face reality... (days till Graduation) -
  - jcg3@cs.duke.edu    shanty.dorm.duke.edu     www.duke.edu/~jcg3 -



Index: [thread] [date] [subject] [author]