1WEAVE(1) General Commands Manual WEAVE(1)
2
3
4
6 weave - translate WEB to TeX
7
9 weave [-x] webfile[.web] [changefile[.ch]]
10
12 This manual page is not meant to be exhaustive. The complete documen‐
13 tation for this version of TeX can be found in the info file or manual
14 Web2C: A TeX implementation.
15
16 The weave program is used to create a TeX file for viewing a Web pro‐
17 gram. It takes appropriate care of typographic details like page lay‐
18 out and the use of indentation, italics, boldface, etc., and it sup‐
19 plies extensive cross-index information that it gathers automatically.
20 The command line arguments are the same as for tangle except for the
21 option: -x says to omit the index, module name list, and table of con‐
22 tents pages. (A CONTENTS.tex file will still be written when the TeX
23 file is processed, however, unless some macros in webmac.tex are rede‐
24 fined.)
25
26 The output TeX file name is formed by adding .tex to the root of the
27 Web file name.
28
29 There are several macros that probably should be redefined by the pro‐
30 grammer at the beginning of the Web file. It is a good idea to set
31 \title to the name of the program. And, to cause output of only
32 changed modules, one can say \let\maybe=\iffalse (usually as the first
33 change in the change file).
34
36 The environment variable WEBINPUTS is used to search for the input
37 files, or the system default if WEBINPUTS is not set. See tex(1) for
38 the details of the searching.
39
41 $TEXMFMAIN/tex/plain/base/webmac.tex
42 TeX macros used by weave output.
43
45 tangle(1) for references, authors, and other information.
46
47
48
49Web2C 2021 16 June 2015 WEAVE(1)