home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / sprint / hplj3j11.zip / EXTRA.FMT next >
Text File  |  1991-09-02  |  1KB  |  27 lines

  1. ; EXTRA.FMT -- Modifications to definitions in STANDARD.FMT
  2. ; by Allen Brunson  06/28/91 ab
  3. ; revised by James R. Celoni, S.J.  7-4-91 jc
  4.  
  5.  
  6. ; @define(Large, size 2)    ; jc thinks 1.414x is enough; ab likes larger
  7.  
  8. ; Add this if the LJ3 running PCL is your only printer:
  9. @Define(Bullets, indent -.6 inch, rightindent +.5 inch,
  10.     numbered "%<@pub[@char(178)]%;@pub[@char(190)]%;@char(175)%]",
  11.     BeforeEach "@>()@value(counter)@hsp(.08in)@\")
  12.  
  13. ; ab's footnotes assume 12pt body text:
  14. ; @Define(FNote, size 10 point, spacing 1,
  15. ;    below, counter footnote,
  16. ;    divider "@ux(@>)@*@*", above .5,
  17. ;    AfterEntry "@ref(Footnote). @[",
  18. ;    AfterExit "@+(@,@ref(Footnote)@,)")
  19.  
  20. ; jc's footnotes are smaller than body font and work with other printers too:
  21. ; (Note also extra v-space before notes, extra h-space after note number)
  22. @Define(FNote, font small, ifnotfound, size .707, spacing 1,
  23.     below, counter footnote,
  24.     divider "@ux(@>)@*@*", above 1,
  25.     AfterEntry "@ref(Footnote).  @[",
  26.     AfterExit "@+(@,@ref(Footnote)@,)")
  27.