On Thu, 2003-07-17 at 11:42, Douglas Kojetin wrote:

> would anyone know how i can allow some space for hole punches on the 
> side? or suggest another program to do something similar (and show me 
> the flags)?

I use this little shell script to format pages 2-up and leave room for
hole-punching them.

#!/bin/sh

pr -l 65 -f $* | mpage -2 | pstops '[EMAIL PROTECTED](0,15)' 

The pstops call resizes the postscript output and moves it on the page
so the hole-punching can be done.

--[Lance]

-- 
Carolina Spirit Quest - www.carolinaspiritquest.org
Celebrate The Circle - www.angelfire.com/nc/celebratethecircle/
My LiveJournal - www.livejournal.com/users/labrown/

-- 
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to