Re: Re: [Groff] Re: [Fwd: Wrapping Text Around Pictures]

2006-03-22 Thread Larry Kollar
>> the MPIMG macro should be available via the -mwww >> macroset, which should also work with Postscript. > > Yes, I am aware of the www macros. The document I'm > writing is quite long, is full of -ms macros > This does not really seem like > the use for which -mwww is intended. Actually,

Re: [Groff] Adding (math) fonts to groff

2006-03-22 Thread Michail Vidiassov
forgottent attach/^StartFontMetrics / { print while ((getline < SYMAFM) > 0) { if (/^CharacterSet / || /^EncodingScheme / || /^Comment /) { print } } next } /^ItalicAngle 0$/ { print "ItalicAngle -15.5" next } /^FullName / { print $0 " Slanted" next } /^FSType / { next } { print } _