home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / print2 / envlj510.lzh / ENVLJ.DAT next >
Text File  |  1987-10-25  |  4KB  |  82 lines

  1. *******************************************************************************
  2. *         The data file is divided into sections.  Each section begins
  3. *         with a section header.  The section header consists of 
  4. *         "?section" followed by the section type.  Section types
  5. *         are "address", "font", and "envelope".  The header and
  6. *         type may be in upper or lower case.  There must be at
  7. *         least one blank between the section header and the section
  8. *         type.
  9. *
  10. *         Lines beginning with an asterisk are comments.
  11. *
  12. *******************************************************************************
  13. *
  14. *         Define the fonts.  The first font will be used as a default.
  15. *         If your text editor does not allow you to type the escape
  16. *         character (i.e., char$(27)), you may use a tilde (~) in its
  17. *         place.  You may define up to 5 fonts.  If no fonts are defined,
  18. *         the printer's default landscape font is used.
  19. *
  20. *         Each font definition consists of the font name (up to 10 characters),
  21. *         and the setup string necessary to invoke the font (up to 60 characters).
  22. *         See your printer manual for the necessary commands.  When ENVLJ 
  23. *         prints an envelope, it sends:
  24. *            ~E                     /* Reset                 */
  25. *            ~&l1O                  /* landscape             */
  26. *            <your font string>     /* select a font         */
  27. *            ~&l3h                  /* manual feed, envelope */
  28. *
  29. ?section font
  30. Courier10 ~(8U~(s0p10h12v0s0b3T
  31. Soft1     ~(1X
  32. Soft2     ~(2X
  33. *******************************************************************************
  34. *        Define the envelope types.  The first envelope will be used as the
  35. *        default.  You may define up to 5 envelopes.  If no envelopes are
  36. *        defined, Lgl/LJ (25,20 36,60) is supplied as a default.
  37. *
  38. *        Each envelope definition consists of the envelope name (up to 10
  39. *        characters) and the print block locations.  For each envelope,
  40. *        there are two print blocks, the return address block and the
  41. *        mailing address block.  For each block, specify the starting
  42. *        row and column numbers of the block.  These are absolute locations
  43. *        on the "page".  Use the "Option/Align" from
  44. *        ENVLJ's menu to help you determine these locations.
  45. *
  46. *        Note that the LaserJet and LaserJet+ printers locate the envelope
  47. *        at the bottom of a page, while the LaserJet-Series II locates the
  48. *        envelope at the middle of the page.  If you're using this on only
  49. *        one printer type,  you need to set up for only one type of printer.
  50. *        If you're moving between printers with the same data file, you'll
  51. *        have to define printer-specific envelope types.  
  52. *
  53. *        Since row and column coordinates also depend on the font, you may
  54. *        also have to adjust print locations according to the font.
  55. *
  56. ?section envelope
  57. *
  58. *    The following assume a 10 pitch font at 6 lines/inch.
  59. *    
  60. *Type          Return Addr   Mailing Addr
  61. *-----------   -----------   ------------
  62.  Legal/LJII       12,20         23,60
  63.  Pers/LJII        15,37         26,60
  64.  Legal/LJ         25,20         36,60
  65.  Pers/LJ          28,37         39,60
  66.  FullSize          1, 1         25,46
  67. *******************************************************************************
  68. *
  69. *       Addresses  consist  of a one-line descriptor and up to 5 lines of
  70. *       actual address.   The descriptor is a tilde (~) followed by up to
  71. *       20 characters of text. 
  72. *
  73. ?section address
  74. ~return
  75. Your Name
  76. Your Street
  77. Your City, State  Zip
  78. ~Dentist
  79. Big Smile Associates
  80. Central Medical Building
  81. Flossville, KY
  82.