Booklet Printing with Lyx

1999-11-12 Thread Frank Geter
Does anyone know of a good way to print in booklet style on letter size paper? I worked for several hours yesterday and after much trial and error I got something to work but it is not an elegant solution. I used the postscript utilities plus some strange paper and margin settings in Lyx to

Re: Booklet Printing with Lyx

1999-11-12 Thread Carlos A M dos Santos
Try the attached script. #!/bin/sh # script for book generation. # Examples of use: man -t command | book | lpr -Pprinter # This will print the man pages in book format and # both sides. If you need file out, say: #man -t command |book out.ps # # You can use: cat name.ps

Booklet Printing with Lyx

1999-11-12 Thread Frank Geter
Does anyone know of a good way to print in booklet style on letter size paper? I worked for several hours yesterday and after much trial and error I got something to work but it is not an elegant solution. I used the postscript utilities plus some strange paper and margin settings in Lyx to

Re: Booklet Printing with Lyx

1999-11-12 Thread Carlos A M dos Santos
Try the attached script. #!/bin/sh # script for book generation. # Examples of use: man -t command | book | lpr -Pprinter # This will print the man pages in book format and # both sides. If you need file out, say: #man -t command |book out.ps # # You can use: cat name.ps

Booklet Printing with Lyx

1999-11-12 Thread Frank Geter
Does anyone know of a good way to print in booklet style on letter size paper? I worked for several hours yesterday and after much trial and error I got something to work but it is not an elegant solution. I used the postscript utilities plus some strange paper and margin settings in Lyx to

Re: Booklet Printing with Lyx

1999-11-12 Thread Carlos A M dos Santos
Try the attached script. #!/bin/sh # script for book generation. # Examples of use: man -t | book | lpr -P # This will print the man pages in book format and # both sides. If you need file out, say: #man -t |book > out.ps # # You can use: cat name.ps | book > name2.ps