This is just the following tarball expanded: https://sourceforge.net/projects/nuweb/files/nuweb-1.62.tar.gz/download
71 lines
2.6 KiB
Plaintext
Executable File
71 lines
2.6 KiB
Plaintext
Executable File
We've bundled up the web source (nuweb.w), the generated .c files and
|
|
the assorted auxiliary files for latex'ing with a Makefile.
|
|
|
|
Note that it's still not completely portable to every system without
|
|
change. In particular, it expects file-names to use '/' to delimit
|
|
directories which is OK unless you are on Windows (where it's '\') or
|
|
VMS (which uses ':' and ']') and it thinks tab stops are set every
|
|
eight spaces.
|
|
|
|
To print the documentation, you must first run LaTeX on the file
|
|
nuwebdoc.tex. To fix up all the citations, you'll need several runs.
|
|
|
|
latex nuwebdoc
|
|
bibtex nuwebdoc
|
|
latex nuwebdoc
|
|
latex nuwebdoc
|
|
|
|
Note that the distributed nuwebdoc.tex is basically Chapter 1 of the
|
|
complete nuweb.tex generated by running nuweb against itself.
|
|
|
|
To actually build the nuweb executable, type "make nuweb" which should
|
|
build an executable file called "nuweb". After that, you should be
|
|
able to use the makefile to control everything very nicely.
|
|
|
|
To view the nuweb sources using an HTML viewer, copy nuweb.w to
|
|
nuweb.hw, and then add the html document-style option to nuweb.hw.
|
|
After producing the LaTeX source file nuweb.tex, convert it to HTML
|
|
using LaTeX2HTML.
|
|
|
|
For the latest version check the SourceForge page:
|
|
http://nuweb.sourceforge.net/
|
|
|
|
Changes in Version 1.62:
|
|
Worked round issue with large number of scraps, cause obscure;
|
|
see bug #29.
|
|
|
|
Changes in Version 1.61:
|
|
Moved versioning system to git.
|
|
Corrected link failure with latest GCC, and clang on some systems.
|
|
|
|
Changes in Version 1.60:
|
|
Made version number consistent between nuweb.w and tag.
|
|
Corrected link to Z in htdocs/index.html.
|
|
Makefile runs bibtex pass when creating .dvi, .pdf.
|
|
master.bib no longer calls up nonexistent file.
|
|
|
|
Changes in Version 1.59:
|
|
Fixed compiler warnings in both gcc and clang.
|
|
|
|
Changes in Version 1.58:
|
|
Suppress indentation for one fragment or argument
|
|
Allow fragment expansion in tex.
|
|
|
|
Changes in Version 1.57:
|
|
Fixed SF3416213, \it deprecated in LaTeX2e, use \itshape
|
|
Fixed SF3431294, Fragment page number refs don't work in memoir class
|
|
Fixed SF3432035, -d output file flag doesn't work
|
|
Removed use of hyperref parameter dvipdfm (-> error in TeX Live 2011)
|
|
|
|
Changes in Version 1.56:
|
|
Added minor command @t to include fragment title in output files.
|
|
Fragment use embedded in fragment argument is no longer commented.
|
|
Make tar now produces top level versioned directory.
|
|
|
|
Changes in Version 1.55:
|
|
Fixed bug 3168635 (doesn't handle inability to create output files).
|
|
|
|
Changes in Version 1.54:
|
|
Fixed bug 3158592 (SEGV) by reworking sentinel-based scrap processing.
|
|
Fixed bug 3160408 by defining MAX_NAME_LEN (to 1024) in global.h.
|