#!/bin/sh
# simplified version of program to print the output of tex (dviprint)
dvialw -q $1		# $1 is value of first command line argument
lpr -Plw1 \#${1}-alw	# ditto for ${1}
