groff
[Top][All Lists]
Advanced

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

Re: [Groff] Figure with subtitle in MS


From: Cedric Sodhi
Subject: Re: [Groff] Figure with subtitle in MS
Date: Mon, 5 Mar 2012 19:29:22 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Thank you Peter,

I've now written a small macro which seems to work:

.de FIG
.       KS
.       PSPIC "\\$2"
.       ad r
.       B "Figure \\$1":
\\$3
.       KE
.       ad b
..

(Right justifying the label).

Cedric

On Mon, Mar 05, 2012 at 01:28:05PM -0500, Peter Schaffter wrote:
> On Mon, Mar 05, 2012, Cedric Sodhi wrote:
> > While .PSPIC allows me to insert a postscript picture and .KS allows me
> > to use a keep, using both, the .PSPIC inside of the keep results in the
> > picture being moved out of the frame towards the right.
> > 
> > What am I doing wrong? Should I use mom for that, after all?
> 
> The mom macros implement no special handling for PSPIC.  Neither do
> they implement keeps, so I wouldn't look to them as a solution.
> 
> -- 
> Peter Schaffter
> 
> Author of The Binbrook Caucus
> http://www.schaffter.ca



reply via email to

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