mpictures(6)
.KF
.sp
.BP figures/lyxlinux.eps 4.0
.EP
.DS C
Figure 1: Screenshot of LyX running under Linux.
.DE
.sp
.KE
.KF and .KE means that the picture "floats" in the document.
.sp is vertical space
.BP is inclusion of the eps file, 4 inches in height.
.DS C Means that the caption (picture description) is centred.
(did not make any automatic counting of figures here)
.DE is end of the caption
And I used the following command (in a mkfile) to generate:
tbl gui.ms | troff -ms -mpictures | dpost -f >gui.ps
As you see, you have to tell that you are using picture
inclusion macros. Everything under plan 9, using groff
might differ...
/Jonas
.BP /usr/a/Pictures/sigs/signature.ps .5 "" "" "" l
I generate postscript for these documents like so:
troff -mm -mpictures foo.mm | lp -d stdout | addpsfonts > foo.ps
/n/sources/contrib/maht/ppm2eps/