On Wednesday 21 Dec 2011 21:44:48 Volker Wolfram wrote: > Hi all, > > my last posting was not full completed. > > Here is my Makefile: > > default: > groff -Tps -k -K utf8 -mm -m den 2.mm > test.ps > ghostview test.ps > print: > lpr -Prp test.ps > > > Adding .ad b won't work in my text 2.mm. I'm using OpenBSD 5.0 and groff > version 1.21. > > Can you give me more help? > > Thank you, > > echo 'HUE\a'
Volker, One possibility is that the Times Roman font being used by ghostview does not quite match the metrics used by groff. What happens when you print this to a proper postscript printer (i.e. not rasterising the output with ghostscript). The font metrics groff uses for the postscript driver are the standard Adobe fonts which all postscript printers will have embedded. Cheers Deri