home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / nuweb / ReadMe < prev    next >
Text File  |  1997-02-19  |  1KB  |  37 lines

  1. Nuweb version 0.90
  2. ------------------
  3.  
  4. This is a new release of nuweb. In particular it is now written in ANSI C,
  5. and requires LaTeX2e to use; if you don't have either of these, then consider
  6. upgrading (ANSI C is much better than K&R, and LaTeX2e is a major improvement
  7. on 2.09), or use the old version (0.87b).
  8.  
  9. To print the documentation, you must first run latex on the file
  10. nuwebdoc.tex.  To fix up all the citations, you'll need several runs.
  11.  
  12.     latex nuwebdoc
  13.     bibtex nuwebdoc
  14.     latex nuwebdoc
  15.     latex nuwebdoc
  16.  
  17. If you have trouble compiling nuweb, you should look at the full web file,
  18. obtained by LaTeXing nuweb.tex, following the same pattern as for
  19. nuwebdoc.tex. The style file version.sty by Stephen Bellantoni is included,
  20. in case it is not available on your system.
  21.  
  22. To actually build the nuweb executable, type "make nuweb" which should build
  23. an executable file called "nuweb". You may need to change the user settings
  24. in the makefile first.
  25.  
  26. Also generated by this process is upgrade.tex, a LaTeX file describing the
  27. changes since v0.87b.
  28.  
  29.  
  30.  
  31. If you have questions or comments (or just want the latest version), please
  32. let me know.
  33.  
  34. My e-mail address is Reuben.Thomas@cl.cam.ac.uk
  35.  
  36. The original author is Preston Briggs (preston@cs.rice.edu)
  37.