Hi there,

    I have changed the file header.ps a little bit to include a bold font
for Nroff output. A new font 'boldfont' is defined for bolding.

    New options are
	-m      understand UNIX manual pages (66 lines, no line numbering)
		and understand bold & underline
	-nm     do not worry about UNIX manual pages
	-lnum   set the number of lines per page
	-bk     book format for binding : 2 logical pages per physical
		page, pages shifted to the right to leave margin for
		binding, no sheet number printed, and the order of
		pages is as follows for N pages

		Left            Right
		N/2 + 1         1
		N/2 + 2         2
		...             ...
		N               N/2
		Simply cut the stack of sheets right at the middle, stack
		the right part on top of the left part then bind it or
		punch two holes and put into a porfolio folder.

    In the code for print_file I replace getchar() by mygetc() which buffers
one line at a time and returns one character at a time or a Nroff sequence
for bolding or underlining. Option -nm will turn this off therefore no bad
effects to your original code may result by the changes.

    We like the program here. That is why I tried to improve it for our
use. The way I hacked it may not be very clean, but I have got to know
postscript for only two days! You might like to improve the postscript
code my code generate. The algorithmn should hopefully self-explainatory.
The comment in a2ps.c says that this is version 2.0 while the file a2ps.1
talks about version 3.0. Is this a mistake or I have got version 2.0 ?

Good Luck!

