[comp.sys.amiga.graphics] Importing Post Script files into AmigaTeX

drues@iastate.edu (Michael E Drues) (02/17/91)

Can someone tell me how to include post script graphics files into
AmigaTeX?  Have been trying to get this to work for a while with no 
sucess :-(  Example source code would be greatly appreciated.

Thanks,
mike

--
Michael Drues                              Dept. of Biomedical Engineering
Internet:drues@iastate.edu                        1146 Veterinary Medicine
BITNET:v2.med@isumvs.bitnet                          Iowa State University
Office:(515)294-6520(or 4-1771) Home:(515)233-5652        Ames, Iowa 50011

higgin@cbmvax.commodore.com (Paul Higginbottom - CATS) (02/18/91)

In article <drues.666765950@pv320a.vincent.iastate.edu> drues@iastate.edu writes:
$Can someone tell me how to include post script graphics files into
$AmigaTeX?  Have been trying to get this to work for a while with no
$sucess :-(  Example source code would be greatly appreciated.
$
$Thanks,
$mike

Piece of cake... :-)

	\special{hscale=7 vscale=7 psfile=yourpostscriptfile}

This puts the postscript file in line as a character (baseline
aligned).

	Enjoy.
	Paul.