Re: [Groff] embedding pictures or images?
my pipeline to generate the eps files: cat $* | awk '/^\.PSPIC/ {sub(/\.eps/,"",$NF); print "convert "$NF".jpg "$NF".eps"}' | sort -u | sh -x I'll check out the PDF solutions as well, but this is working fine in my current workflow. Thanks all! Mark -- Mark Harrison Pixar Animation Studios
[Groff] embedding pictures or images?
Is there a way to include a jpeg or png image in a groff file? No hack too cheap! Many TIA, Mark -- Mark Harrison m...@pixar.com