bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: changing point size in the mm letter macros


From: Joergen Haegg
Subject: Re: changing point size in the mm letter macros
Date: Fri, 07 Jun 2002 10:43:36 +0200

In message <address@hidden> you write:
> I am using the groff_mm letter macros to write business letters.
> 12 point type is easier to read.  When I use the .S 12 macro,
> all the type is changed except for the writer's and recepient's
> addresses.  
> 
> It seems like it should be easier.

yes, it's a bug.

It is fixed in the cvs, you might try this patch:

diff -u -u -r2.13 -r2.14
--- m.tmac      30 May 2002 05:39:54 -0000      2.13
+++ m.tmac      7 Jun 2002 08:41:34 -0000       2.14
@@ -3435,6 +3435,7 @@
 .if \\n[.$] .ds let*ia-name!\\n+[let*ia-n] \\$1
 .if \\n[.$]>1 .ds let*ia-title!\\n[let*ia-n] \\$2
 .ev address@hidden
address@hidden
 'nf
 .di address@hidden
 .eo
@@ -3451,6 +3452,7 @@
 .if \\n[.$] .ds let*wa-name!\\n+[let*wa-n] \\$1
 .if \\n[.$]>1 .ds let*wa-title!\\n[let*wa-n] \\$2
 .ev address@hidden
address@hidden
 'nf
 .di address@hidden
 .it \\n[Letwam] address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]