I want to print several man pages as several booklets. I need to tweak the output of the man -t command so the resulting PostScript file will have the brochurised page numbering, pages must be numerated on 'outer' edges, and 'inner' margin must be wider than 'outer'. How can I achieve this?
P.S. By "brochurised" ("booklet") numbering I mean such kind of numbering so if several printed pages are folded in half at once, the result will look like a book with proper sequental page numbering.
/usr/share/groff/1.21/font/devps/prologue, so if you know postscript you could modify it. – pbm Jul 8 '11 at 15:16mandown togroffto control the output. – mbaitoff Jul 10 '11 at 6:02