Re: [9fans] instructions to use .eps in troff wanted

2009-12-01 Thread Rudolf Sykora
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

Re: [9fans] instructions to use .eps in troff wanted

2009-11-23 Thread matt
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/

Re: [9fans] instructions to use .eps in troff wanted

2009-11-20 Thread Rudolf Sykora
Thank you all :) Ruda

Re: [9fans] instructions to use .eps in troff wanted

2009-11-19 Thread Anthony Sorace
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 |

Re: [9fans] instructions to use .eps in troff wanted

2009-11-19 Thread Jonas Amoson
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

Re: [9fans] instructions to use .eps in troff wanted

2009-11-19 Thread Richard Miller
> is there any good place where I could read how to embed some pictures into a > troff document? mpictures(6)