Hello,
one more thing I can't figure out is how to put 2 eps pictures side by side.
I e.g. tried
.BP C.eps 198p 128p
.EP
.PI R.eps 198p, 99p, -198p, 130p
or just
.PI C.eps 198p, 128p
.PI R.eps 198p, 99p, -198p, 130p
but that doesn't really work, not even close...
Can anyone help?
Thanks
Ruda
Rudolf Sykora wrote:
Hello,
is there any good place where I could read how to embed some pictures
into a troff document?
Preferably a way that works in plan9, too...
I can't find much about it anywhere.
What do you use?
Thanks
Ruda
/n/sources/contrib/maht/ppm2eps/
Thank you all :)
Ruda
For my company, I generate contracts using troff on Plan 9. The
contracts all contain my digital signature - that is, a postscript
image of my signature - like so:
.BP /usr/a/Pictures/sigs/signature.ps .5 "" "" "" l
I generate postscript for these documents like so:
troff -mm -mpictures foo.mm |
The documents in /sys/doc does not contain many EPS
pictures, but you can look at /sys/doc/8½/8½.ms Here
is an example of what I used in my submission to
IWP9'09 (I am using the ms macros):
.KF
.sp
.BP figures/lyxlinux.eps 4.0
.EP
.DS C
Figure 1: Screenshot of LyX running under Linux.
.DE
.sp
.KE
> is there any good place where I could read how to embed some pictures into a
> troff document?
mpictures(6)