home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / nuweb / RISCOS < prev   
Text File  |  1997-04-22  |  1KB  |  59 lines

  1.                                  Nuweb 0.90
  2.                                  ——————————
  3.  
  4.                       Ported to RISC OS by Reuben Thomas
  5.  
  6.  
  7. This file only contains material specific to the RISC OS port; for the rest
  8. you should read the other documentation provided.
  9.  
  10. The sources came from CTAN (ftp.tex.ac.uk in my case).
  11.  
  12.  
  13. Usage
  14. —————
  15.  
  16. N.B. If you have RISC OS 3.6 or earlier, you must put the CallASWI module
  17. (included) in your boot sequence. If you have RISC OS 3.7 or later you can
  18. delete it.
  19.  
  20. The nuweb binary should be copied into a directory in Run$Path; if you use
  21. armTeX then !TeX.Bin is a good place.
  22.  
  23. To get files called "w.foo" to be recognised when you say "nuweb foo.w", you
  24. must execute the command
  25.  
  26. Set UnixFS$sfix "a:c:cc:f:h:i:l:o:p:s:y:w"
  27.  
  28. or if you use GCC add :w to the Set UnixFS$sfix command in !GCC.!Run.
  29.  
  30. If you have RISC OS 3.5 or later then executing the command
  31.  
  32. Set nuweb_heap ""
  33.  
  34. will allow nuweb to use a dynamic area for its heap.
  35.  
  36. A good place to put the commands above is in !TeX.!Boot.
  37.  
  38.  
  39. Known problems
  40. ——————————————
  41.  
  42. None, but I'm sure there are some unknown ones; please tell me.
  43.  
  44.  
  45. Acknowledgements
  46. ————————————————
  47.  
  48. Thanks to Preston Briggs and John Ramsdell for writing nuweb and allowing me
  49. to release my revised version.
  50.  
  51. Thanks too to the RISC OS porters of GNU C and the authors of UnixLib. These
  52. two programs made this port trivial.
  53.  
  54.  
  55. The porter
  56. ——————————
  57.  
  58. I am contactable until July 1998 at least at rrt1001@cam.ac.uk
  59.