groff
[Top][All Lists]
Advanced

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

Re: [Groff] Centering pictures and captions with mm


From: Daniel de Kok
Subject: Re: [Groff] Centering pictures and captions with mm
Date: Tue, 25 Oct 2005 17:50:58 +0200 (CEST)

Hi Bob,

On Tue, 25 Oct 2005, Bob Diertens wrote:
This is caused by a bug in the mm macro package.
Figure titles are printed with address@hidden which defers it to
either address@hidden or address@hidden depending on whether it
appears between a DS/DE pair.
Unfortunately, the condition is wrong.
Change line 2548 (v1.19 - don't know if this is different with another version)
   .ie \\n[ds*lvl]<1&\\n[df*float]=0 \{\
into
   .ie (\\n[ds*lvl]<1)&(\\n[df*float]=0) \{\

Thanks a lot, that worked! The picture labels are now all correctly aligned.

With kind regards,
Daniel de Kok




reply via email to

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