>I've got a postscript file and I want to separate odd pages from even
>pages and put them into to differente files (for exemple, even_pages.ps
>and odd_pages.ps)
psselect -o myfile.ps >odd.ps
psselect -e -r myfile.ps >even.ps
Notice the `-r' which stands for "reversed order of pages" -- this way
it is ready for double side printing on a normal printer. You simply
print odd.ps first, put the papers into the printer without a complicated
manipulation, and print even.ps.
You could also have a look at manpages for psbook and psnup if you
want to create A5 booklet printed on A4 papers.
Be happy,
Petr
--
TU of Brno, Dept. of Computer Sci. & Engineering; tel. +42-(0)5-7275 218