CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/08/24 17:40:41
Modified files:
usr.bin/mandoc : term_ps.c
Log message:
When support for bold italic font was added to the parsers and to the
generic parts of the formatters some time ago, the PostScript- and
PDF-specific part of the formatters was neglected.
Now pascal@ reports that mandoc -Tps throws an assertion on perl(1),
apparently because that manual actually uses bold italic font.
So here is an overdue implementation of bold italic font support for
PostScript and PDF output.