[comp.text] How to center PIC pictures

kg@elan.UUCP (Ken Greer) (02/25/89)

From article <5800006@ugun21>, by josef@ugun21.UUCP:
> 
> 
> Can some kind soul give me a hint on how to center pic's pictures?
> They look kinda funny tacked to the left margin!
> 

This will do it:

|		.de PS
|		.in (\\n(.lu-\\$2)/2u
|		.ne \\$1
|		..
|		.de PE
|		.in
|		..

Ken Greer
Elan Computer Group, Inc.
{ames,hplabs,uunet}!elan!kg
415-322-2450

patti@hpcvlx.HP.COM (Patti Richey - CWO (X3939)) (02/28/89)

Along the same lines...

Any ideas on how to center a tiff formatted file using eroff 2.2 (MM macros)?
We've experimented with tiff files using both .bS and .BM macros, but without
some troff instructions each time the macros at best left justify the tiff
pictures.

Thanks for any help!