home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nuweb087.zip / nuweb087.txt < prev    next >
Text File  |  1996-03-08  |  4KB  |  82 lines

  1.  
  2. I have uploaded nuweb087.zip including sources by Preson Briggs and
  3. the os/2 binary to :
  4.  
  5. hobbes (ftp-os2.nmsu.edu), 
  6. now: /incoming
  7. suggested: /os2/unix/tex
  8.  
  9. cdrom (ftp-os2.cdrom.com), 
  10. now: /os2/incoming
  11. suggested: /os2/tex
  12.  
  13. and CTAN (ftp.shsu.edu):
  14. now: /incoming
  15. suggested: tex-archive/web/nuweb/os2/  (needs to be created).
  16.  
  17. Replaces: Nothing really, except hopefully DOS versions of nuweb,
  18.           running on some OS/2 machines.
  19.  
  20. Brief description:
  21.  
  22. I was looking in news groups for a tool for literate programming (web)
  23. that'd allow me to use Fortran. (Extended) Pascal, and C and was portable
  24. to or available for OS/2. I came accross an interesting FAQ for the
  25. comp.literate.programming, and I got his personal reply:
  26.  
  27. ------------------------------------------------------------------------
  28. Preston Briggs (preston@cs.rice.edu) wrote:
  29. : >Also, my desire to have a version that (i) runs on OS/2 and (ii)
  30. : >possibly incorporates Extended ANSI Pasal, while (iii) being based on
  31. : >fweb to allow also g77 and gcc codes, made me think the -- for me very
  32. : >unusual -- cross posting would enlarge my cross section and hence the
  33. : >chance for an event ...
  34.  
  35. : Lots of us have given up on the idea of pretty printing all our code,
  36. : and use language-independent tools.  For OS/2, you might check out
  37. : nuweb and funnelweb.  I wrote nuweb and unsurprisingly prefer it.  I
  38. : use it with C, C++, Fortran, Scheme, and Makefiles.  Others have used
  39. : it with Perl and such, but since it's language independent, you won't
  40. : have any trouble with any flavor of Pascal, etc.
  41.  
  42. : You can grab a copy via anonymous ftp from cs.rice.edu, in the
  43. : directory public/preston.
  44. ------------------------------------------------------------------------
  45.  
  46.  
  47. To make it short: here is the working OS/2 version, with executable,
  48. sources, and docs.
  49.  
  50. All you need to use it is:
  51. a) LaTeX installed on your system (2.09 or 2e are fine)
  52. b) print the nuwebman.dvi or nuwebman.ps files, read them
  53. c) an editor
  54. d) the emx runtime system (emxrt.zip, from ftp-os2.cdrom.com, or
  55.    ftp-os2.nmsu.edu, for instance), version 0.9a fix pack 06 or 
  56.    later installed. If you don't have it already installed
  57.    fetch the index of one of these sites, and search (grep) for
  58.    the pattern "emxrt.zip", or, if you can use regular expressions,
  59.    "^emxrt.zip". Then download and istall it. It contains the runtime
  60.    system in a dynamic link library which is shared by many other 
  61.    programmes (say, gnu file utils, vi, emacs, less, probably even
  62.    emTeX programmes). This allows the executables to stay small and lean
  63.    but they won't run without it.
  64. e) put nuweb.exe in your path.
  65.  
  66. It seems that this is the right tool for cs people who don't crave nice,
  67. mathematical pretty print stuff (like some physicists prefer), and for
  68. projects that involve mixing of languages, or involve languages that
  69. other webs don't know about. (I like fweb, too, but fweb can't do
  70. Extended Pascal, as an example, and so nuweb seems to be it for that
  71. case.)
  72.  
  73. ===============================================================================
  74. Stefan A. Deutscher   8-Mar-1996        |  (+1-423-)   voice      fax
  75. The University of Tennessee, Knoxville  |  UTK  :     974-7838  974-7843
  76. Department of Physics and Astronomy     |  ORNL :     574-5897  574-1118
  77. 401, A. H. Nielsen Building             |  home :     522-7845  522-7845
  78. Knoxville, T.N. 37996-1200, USA         |  email:     sad@utk.edu
  79.  ... in Germany:                        |    stefand@elphy.irz.hu-berlin.de
  80. ===============================================================================
  81.  
  82.