# this script asumes you are using my roff command for the .commands
# Milton Turner
cat > /tmp/cover.$$ << 'ENDCOVER'


                             Telecopy Cover Sheet




                       Your Company/Organization Name Here
                                 9999 Easy Street
                              City, State Zip
                                (ACD)  PHONE 3



ENDCOVER
cat /tmp/cover.$$ | laser1 -onobanner
echo ".sv DT `date`" > /tmp/date.$$
cat > /tmp/ovlay.$$ << 'ENDOVERLAY'
.nf
.ll 76
.vt 13
.ce 
.it
TRANSMISSION OF _________ PAGES, INCLUDING THIS ONE.
.vt 30
.ce 2
.it 2
Please contact the Telecopy operator at YOUR ORG as
soon as possible if all pages do not arrive intact.
.sp 3
.ce 2
.bo
-- Telecopy Sent as of --
#DT
.sp 3
.ls 2
.in 10
Document sent to:         __________________________
.sp
Document sent from:       Your Name Here
ENDOVERLAY
roff /tmp/date.$$ /tmp/ovlay.$$ | hplp -o-mf
rm /tmp/*.$$
