home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource3 / 128_01 / read.me < prev    next >
Encoding:
Text File  |  1985-03-11  |  3.3 KB  |  83 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                     ROFF4, version 1.60
  8.  
  9.  
  10.  
  11.                              by
  12.  
  13.  
  14.                      Ernest E. Bergmann
  15.  
  16.  
  17.                      Physics, Bldg #16
  18.  
  19.  
  20.                      Lehigh University
  21.  
  22.  
  23.                     Bethlehem, Pa. 18015
  24.  
  25.  
  26.                       (215-) 861-3932
  27.  
  28.  
  29.  
  30.  
  31.         ROFF4,  v1.60  is  being provided essentially in the
  32.  
  33.  
  34. public domain, not because it isn't good, but to  provide  a
  35.  
  36.  
  37. means   to  create  and  transport  technical  documentation
  38.  
  39.  
  40. between users  with  different  hardware.    This   is   not
  41.  
  42.  
  43. possible  with  commercial formatters because they are often
  44.  
  45.  
  46. not powerful enough to handle  special  symbols,  equations,
  47.  
  48.  
  49. and the  like.    Equally  importantly,  there  is  not much
  50.  
  51.  
  52. standardization and commercial formatters cannot  be  "given
  53.  
  54.  
  55. away";   the  sender  and  receiver are not as likely to own
  56.  
  57.  
  58. the same commercial formatters.
  59.  
  60.  
  61.  
  62.         I am a practicing scientist and  I  need  to  format
  63.  
  64.  
  65. manuscripts  which  are  sometimes  long, contain equations,
  66.  
  67.  
  68. special symbols, footnotes, and illustrations.  I  needed  a
  69.  
  70.  
  71. formatter  that  was easy to use, flexible, and available to
  72.  
  73.  
  74. others.  It takes me less time  to  type  a  manuscript  for
  75.  
  76.  
  77. this  formatter and rework it, including special characters,
  78.  
  79.  
  80. than to have it typed and retyped by a typist only  to  have
  81.  
  82.  
  83. me proof read it ad nauseum.
  84.  
  85.  
  86.  
  87.         ROFF4 is  table  driven;    it is relatively easy to
  88.  
  89.  
  90. configure for different output devices.    I  have  used  it
  91.  
  92.  
  93. with the  MX-80  and  Graftrax  printer  combination;  It is
  94.  
  95.  
  96. able to create special symbols where needed.    I  Also  can
  97.  
  98.  
  99. get  special symbols on my CRT screen because of my computer
  100.  
  101.  
  102. hardware   (the   Exidy   Sorcerer   has   user    definable
  103.  
  104.  
  105. characters).   However, the characteristics of my CRT device
  106.  
  107.  
  108. and of my printer are very different.  My design  philosophy
  109.  
  110.  
  111. was  to be able to drive either from the same input files so
  112.  
  113.  
  114. that I could "preview" my output before going  to  hardcopy.
  115.  
  116.  
  117. You may  have  a  variety  of  output  devices;    use  your
  118.  
  119.  
  120. imagination.
  121.  
  122.  
  123.  
  124.         Your comments, criticisms, and possible bug  reports
  125.  
  126.  
  127. will be most useful.
  128.  
  129.  
  130.  
  131.         I  hope  to  extend ROFF4 so that it will be able to
  132.  
  133.  
  134. better utilize  specialty  printers  (it  presently  assumes
  135.  
  136.  
  137. that  the  printer  does  NOT  know  how  to  backspace, nor
  138.  
  139.  
  140. reverse scroll).  I  will  have  to  learn  how  to  support
  141.  
  142.  
  143. printers that do proportional spacing and variable pitch.
  144.  
  145.  
  146.  
  147.         I  would  also  like  to  write  a  translater  that
  148.  
  149.  
  150. automatically   converts   WORDSTAR(tm   MicroPro)    files,
  151.  
  152.  
  153. including  control-P  and  dot commands into input files for
  154.  
  155.  
  156. ROFF4.  ROFF4 ignores the parity bit on  input  files.    It
  157.  
  158.  
  159. may  get confused by inputting control-codes (it should only
  160.  
  161.  
  162. get the <CR><LF> and <TAB> of standard CP/M text files).
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.                                         March 10, 1984
  178.  
  179.  
  180.  
  181.                                         Ernest E. Bergmann
  182.  
  183.  
  184.  
  185.  
  186. P.S.
  187.     
  188. For the most recent instructions on compiling ROFF,
  189. see the file roff4161.doc and roff4161.sub.
  190.         
  191.                                    Oct. 15, 1984
  192.                                    Robert Ward
  193.