home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / QJBOOK29.ZIP / LJBOOK.DOC < prev   
Encoding:
Text File  |  1990-10-23  |  7.8 KB  |  177 lines

  1. LJBOOK Command                                                     Version 2.90
  2. --------------                                                     Oct 23, 1990
  3.  
  4.  
  5. Purpose:
  6.  
  7.     LJBOOK prints  text documents  in a  book format.   There are four pages
  8.     printed on each sheet of paper; two pages on each side of the paper.  An
  9.     HP LaserJet is required.  The  Y cartridge font is recommended,  but any
  10.     font capable of line printer, landscape, 8.5 point print may be used. An
  11.     internal landscape font is available.
  12.  
  13. Syntax:
  14.  
  15.     LJBOOK  filename  [output]  [/F] [/P] [/D] [/2] [/A] [/B] [/R] [/U] [/t...]
  16.  
  17. Remarks:
  18.  
  19.     The 'filename' is  required.  It specifies  the name of  the file to  be
  20.     printed.  A drive and/or path name may be used.
  21.  
  22.     The 'output'  file name  is optional.   If omitted,  the standard output
  23.     printer device is used, i.e.   LPT1: or PRN: devices.  If  supplied, the
  24.     output is written to the specfied file instead of to the printer.
  25.  
  26.     There are two pages printed on each of the two sides of the paper.  Each
  27.     side consists of a title line and up to 66 lines of 80 characters each.
  28.  
  29.     Eighty characters are printed on each line.  If the file's lines  exceed
  30.     80 characters, the lines are  wrapped so that 80 characters  are printed
  31.     on each line until the entire file's line has been processed.
  32.  
  33.     TAB control characters are expanded and effect line length.
  34.  
  35.     A new page  is started after  66 lines have  been printed, or  if a form
  36.     feed (hex 0C) is encounterd.  Do  not end  the file  with a  form  feed!
  37.  
  38.     After the first side has been printed, remove the printed paper from the
  39.     stacker and place it into the paper tray.  The orientation of the  paper
  40.     in the tray depends on the printer model and method of stacking used.
  41.  
  42.     On a LaserJet Plus with the  standard paper stacker, the paper is  moved
  43.     from the stacker to the tray without rotating or turning.   The  printer
  44. |   is reset after the file has been printed if /R is used.
  45.  
  46.     On a LaserJet IIP with multipurpose (MP)tray, change the output tray
  47.     selector to the down position (so that paper goes to the face up output
  48.     tray).  After the first side is printed, change the output tray selector
  49.     back to the up position and move the paper from the output tray to the MP
  50.     tray without rotating or turning.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.     LJBOOK (c) Copyright 1987-90 by Vernon D. Buerg.  ALL RIGHTS RESERVED.
  57.  
  58. LJBOOK Command                  OPTIONS                            Version 2.90
  59. --------------                                                     Oct 23, 1990
  60.  
  61.     Specify /P to generate page numbering  and to place the page numbers  at
  62.     the top of each page.
  63.  
  64.     Specify /D to add the current date and time to the top of each page.
  65.  
  66.     Specify /F to place the file's name at the top of each page.
  67.  
  68.     Specify /A to set margins for use with A4 size paper.
  69.  
  70.     Specify /R to reset the printer before and after printing the file.
  71.  
  72.     Specify /2 to print on one side only, two pages on each sheet.
  73.  
  74.     Specify /B to tell LJBOOK that you wish to use the internal LJBOOK font
  75.     which prints 18 pitch, 7.68 point, bold, in landscape orientation.  If
  76.     you specify /B, LJBOOK downloads its own font and assigns a font ID of
  77.     1 to it.  Otherwise, it is assumed that the current primary font is
  78.     capable of 16.66 pitch, 8.5 point, landscape orientation as supplied
  79.     with the Y font cartridge.
  80.  
  81.     The internal font and the modifications to LJBOOK for its use were
  82.     supplied by R.W.  Smetana.  Please submit your modifications to me.  You
  83.     may not distribute a modified version of LJBOOK without my permission.
  84.  
  85.  
  86.     Specify /T followed by up to  40 characters of text, to supply  your own
  87.     title for the  top of each  page.  You can  not use both  the /f and  /t
  88.     options together.  If supplied, the /t parameter must be the last one.
  89.  
  90.     Specify /U to have the title line underlined.
  91.  
  92. |   Specify /M for printing to a DeskJet printer (vmi=5.2, typeface 3).
  93.  
  94.  
  95.     After printing the first side, the paper should be loaded back into  the
  96.     printer such that the last page printed  is on top and the LAST edge  of
  97.     the paper that came out of the printer is the FIRST edge of the paper to
  98.     go back in.
  99.  
  100.  
  101.     PC DOS version 2.0 or later is required.  About 64k of memory is needed.
  102.  
  103. LJBOOK Command                  HISTORY                            Version 2.90
  104. --------------                                                     Oct 23, 1990
  105.  
  106.         v0.90 7/02/87  - first flyer
  107.         v0.97 7/05/87  - add option switches
  108.         v0.98 7/19/87  - correction for multiples of 4 pages
  109.         v0.99 8/10/87  - correction for files over 256 pages
  110.         v1.0 10/05/87  - first public release
  111.         v1.01 11/22/87 - play with line length and margins
  112.         v1.02 1/14/88  - some suggestions from Guy Gallo
  113.                        - print only one sheet if 1 or 2 pages
  114.                        - leave empty pages blank
  115.         v1.03 1/15/88  - process tabs
  116.         v1.04, 1/26/88 - add /T title option
  117.         v1.05, 1/26/88 - add /2 option
  118.         v1.06, 2/05/88 - correct tab spacing
  119.         v2.00, 2/10/88 - make MS-MASM v5 compatible
  120.         v2.10, 4/04/88 - incorporate RWS mods for BOLD18.USL downloadable font
  121.                          by R. W. Smetana
  122.         v2.20,10/28/88 - change symbol set for use with Laserjet series II
  123.         v2.30,07/01/89 - reset ljp when finished
  124.                        - add DOS file sharing
  125.         v2.31,11/26/89 - control code corrections from Lee Buck
  126.         v2.40, 2/18/90 - fix linecount with long lines & reset prob.
  127.                        - add /A option for printing on A4 size paper
  128.                          from changes by Paul Messchaert and Volker Blasius
  129.         v2.50, 2/19/90 - suggested changes and corrections from David Bryant
  130.         v2.60, 6/17/90 - add /R option to reset printer
  131.         v2.70, 6/30/90 - made BOLD18 font internal for use with /B option
  132.         v2.80, 9/18/90 - enable linewrap; entire lines are printed
  133.                        - add prompt after reporting number of pages to print
  134. |       v2.90,10/23/90 - mods from Robert W. King for DeskJet printing
  135. |                      - change internal font to print linedraw characters
  136.  
  137. LJBOOK Command                  NOTICES                            Version 2.90
  138. --------------                                                     Oct 23, 1990
  139.  
  140.  
  141.     LJBOOK (c) Copyright 1987-1990 by Vernon D. Buerg. ALL RIGHTS RESERVED.
  142.  
  143.     PC DOS version 2.0 or later is required.  About 64k of memory is needed.
  144.  
  145.     LJBOOK is free, but it is a copyrighted work and may be distributed only
  146.     pursuant to this license.
  147.  
  148.     Permission is hereby granted to reproduce and disseminate LJBOOK so long
  149.     as:
  150.  
  151.        (1)  No remuneration of any kind is received in exchange; and
  152.  
  153.        (2)  Distribution is without ANY modification to the contents of
  154.             LJBOOK.COM and all accompanying documentation and/or support
  155.             files, including the copyright notice and this license.
  156.  
  157.     No copy of LJBOOK  may be distributed without  including a copy of  this
  158.     license.
  159.  
  160.     Any  other  use  is  prohibited  without  express, written permission in
  161.     advance.  Licensing  is  available  for  corporations  and  institutions.
  162.  
  163.     If you have enhancements, or ideas for improvements, please send them
  164.     to the author.
  165.  
  166.  
  167.  
  168.             Vernon D. Buerg
  169.             139 White Oak Circle
  170.             Petaluma, CA  94952
  171.  
  172.             CompuServe: 70007,1212  IbmNet
  173.             Data/BBS:   707-778-8944, VOR BBS, USR 2400
  174.                         707-778-8841, MB BBS, USR 9600
  175.                         415-994-2944, VOR South BBS, USR 9600
  176.             FAX:        707-778-8728
  177.