P=$PUBKIN
K="$P/kroff.x -b12000 -a900"
TERMCAP=$PUBKIN/termcap.xrc
export TERMCAP
if test -t 1
then
exec $K -s22 $@
else
exec $K $@
fi
