summaryrefslogtreecommitdiff
path: root/info/impatient/book.tex
blob: 9d656f7c99883c8715a91494b88935ce8e69f71e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% This is part of the book TeX for the Impatient.
% Copyright (C) 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry.
% See file fdl.tex for copying conditions.

% Top-level control.
%
\input macros
% Here we override part of the configuration 
% since we're doing a full run.
\rewritetocfiletrue % always do a table of contents
\xrefwarningtrue
\completebooktrue
\edgetabsfalse
\input frontm
% (not for web) \edgetabstrue
\settabdepth{\bigtab}
\input usebook
\input usingtex
\input examples
\nextedgetab
\input concepts
\nextedgetab
\settabdepth{\smalltab}
\input paras
\nextedgetab
\input pages
\nextedgetab
\input modes
\nextedgetab
\input math
\nextedgetab
\input genops
\nextedgetab
\settabdepth{\bigtab}
\input tips
\input errors
\input usermacs
\nextedgetab
\input capsule
\nextedgetab
\backmatter
\input fdl
\input index
\edgetabsfalse
\input backm

\bye