Re: [Groff] Old groff versions

2011-12-21 Thread Peter Schaffter
On Thu, Dec 22, 2011, Werner Lemberg wrote: > PS: Twenty years ago groff 1.0 has been released. Tempus fugit. -- Peter Schaffter Author of The Binbrook Caucus http://www.schaffter.ca

Re: [Groff] Right margin problems

2011-12-21 Thread Mike Bishop
On Wed, Dec 21, 2011 at 10:44:48PM +0100, 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 wor

[Groff] Old groff versions

2011-12-21 Thread Werner LEMBERG
Folks, inspired by a recent request on this list, I've collected old groff versions: ftp://ftp.gnu.org/gnu/groff/old/ In case you have access to missing versions, please send them to me so that I can add them! Werner PS: Twenty years ago groff 1.0 has been released.

Re: [Groff] Right margin problems

2011-12-21 Thread Heinz-Jürgen Oertel
Am Mittwoch 21 Dezember 2011, 22:44:48 schrieb Volker Wolfram: > 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

Re: [Groff] Right margin problems

2011-12-21 Thread Deri James
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

Re: [Groff] Right margin problems

2011-12-21 Thread Volker Wolfram
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

Re: [Groff] Right margin problems

2011-12-21 Thread Clarke Echols
It looks to me like it's being typeset with a "ragged right" margin. The groff .ad request sets the margin justifications as left-justified (.ad l), right-justified (.ad r), centered (.ad c), or both (.ad b). It appears that the macros you use are set to ".ad l". This is the most popular, and u