	In [SUMEX-AIM.arpa]<LISPUSERS.INTERMEZZO> I placed a new version
of the MLABEL program I have updated to use device-independent-graphics.
I have printed label masters on our impress printers and interpress printer
with it.  (For those who haven't used them before, I will note that Xerox
sells 8.5*11 precut sheets of adhesive label stock suitable for feeding
through photocopiers.  These are useful for large mailings.)
	(MLABEL file device manual-feed? nRows nColumns Lmargin Bmargin)
FILE is the name of the source file in MLABEL format, described below.
DEVICE is the name of an IMAGESTREAMTYPE, eg. IMPRESS300 or INTERPRESS.
  The output file will be in the named format in the connected directory.
MANUAL-FEED?, if non-NIL requests the manual input bin on an 8/300.
NROWS should be the number of rows on the label stock.  Defaults to 11.
NCOLUMNS should be the number of columns on the label stock.  Defaults to 3.
LMARGIN offsets the entire image rightwards by the supplied number
  of printer's points.  Defaults to 13 points (3/16 inches).
BMARGIN offsets the entire image upwards by the supplied number
  of printer's points.  Defaults to 4 points.
	The global variable MLABEL.FONT should be bound to a font description
suitable for handing to FONTCREATE.  Defaults to (HELVETICA 8).
	The MLABEL file format is random header info followed by a formfeed
followed by the addresses, separated by >= 1 blank lines.  The file must
end with a blank line and a dummy line (because of Interlisp's awkward
handling of EOF).  There is a sample file in MLABEL-DEMO.MLABEL,.IP,.IMP300.
Note that the code presently requires that lines be separated by CRLF.
Easy to change, though.
	This is a local hack and implies no warranty!!
--Christopher Schmidt
