On Mon, Mar 13, 2000 at 01:47:06AM -0800, Gerald Gutierrez wrote:
> 
> Hi all.
> 
> I'll be submitting my thesis soon. The university requires that the thesis be
> printed on one side only, but (poor me) all the printers I have access to are
> duplex by default.
> 
> I don't want to manually change the settings on the printer. Is there a way to
> force LyX to generate postscript documents that print on one side only?
> 
> Thanks.

Here's a truly hackish solution for you:

1) Generate a postscript file (foo.ps)

2) Use the psutils package and do:

i=0
while [ $i -lt 999 ] <=== replace 999 with the number of pages
do
        psselect -p$i foo.ps | lpr
done

-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to