#! /bin/sh
#	heqn
#
#	invoke eqn with appropriate options for use with HP LaserJet.
#
#	-p2	super/subscripts are 2 pointsizes smaller than other text
#	-fR	use font R globally

exec eqn -p2 -fR $*
