Tagged Questions
1
vote
1answer
34 views
convert man output to ebook format
I can convert man output to PDF. First, man -t grep >grep.ps (grep is just an example; I am not looking for mobile version of grep man page). Then Adobe Distiller converts PostScript to PDF. ...
3
votes
1answer
48 views
How can you change the format command used by man?
I'd like to define a new command that prints man pages to PostScript, but using a page size different than the default. For example, on Mac OS X you can run
man -t ls | open -f -a Skim
to open the ...
4
votes
2answers
233 views
How to control the page parameters (margins, brochurisation) of `man -t` PostScript output?
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 ...