home *** CD-ROM | disk | FTP | other *** search
- ** ENVELOPE.PLT
- **
- ** NOTE: You will need a number 10 envelope (4.12" x 9.5") to run
- ** this sample plot.
- **
- ** NOTE: You should always open the rear feed door when running envelopes.
- **
- ** This format complies with the new postal recommendations for machine
- ** read mail.
- **
- ** 1) Machine written or typewritten (no script)
- **
- ** 2) ALL CAPS
- **
- ** 3) Uniformly aligned on the left margin
- **
- ** 4) Without punctuation (use 1 or 2 spaces instead)
- **
- ** 5) In black ink on a white background
- **
- ** 6) Clear and sharp without touching or overlapping
- **
- ** 7) Clearly visible in windowed envelopes, even when insert shifts
- **
- ** 8) Parallel to bottom edge of envelope - not slanted
- **
- ** 9) ZIP code or ZIP+4 code may stand alone on the bottom line
- ** if not enough room on City and State line
- **
- ** (Just thought we'd pass that along.)
- **
- ** Set the left margin at 4" so the carriage return will always
- ** move to the proper location.
- **
- **
- FORM IN 81 L 4.00 0.40 2.00 0.40
- MOVA 0.00 0.00
- **
- ** If any portion of a character on a line of text extends above the
- ** top margin. The whole line of text will be clipped and no characters
- ** will be printed on that line. (HP tech ref manual)
- **
- ** So, from the 0,0 position the first thing we'll do is issue a
- ** carriage return. This will insure that the following line of
- ** text will print below the top margin and no clipping will occur.
- **
- CHAR 010
- **
- ** Okay, now we can do the text.
- **
- TEXT ATTN SALES DEPARTMENT
- CHAR 010
- TEXT ZAMBINI BROTHERS SOFTWARE
- CHAR 010
- TEXT 17736 FIVE POINTS
- CHAR 010
- TEXT DETROIT MI 48240-2122
- CHAR 010