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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
% 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
\includeartwork{0cover}
\input frontm
% (not for web)
\edgetabstrue
\settabdepth{\bigtab}
\includeartwork{0watchrock}
\input usebook
\includeartwork{ch01-usingbook}
\input usingtex
\includeartwork{ch02-usingtex}
\input examples
\includeartwork{ch03-examples}
\nextedgetab
\input concepts
\includeartwork{ch04-concepts}
\nextedgetab
\settabdepth{\smalltab}
\input paras
\includeartwork{ch05-para}
\nextedgetab
\input pages
\includeartwork{ch06-pages}
\nextedgetab
\input modes
\includeartwork{ch07-horizvert}
\nextedgetab
\input math
\includeartwork{ch08-math}
\nextedgetab
\input genops
\includeartwork{ch09-general}
\nextedgetab
\settabdepth{\bigtab}
\input tips
\includeartwork{ch10-tips}
\input errors
\includeartwork{ch11-errors}
\input usermacs
\includeartwork{ch12-compendium}
\nextedgetab
\input capsule
\includeartwork{ch13-summary}
\nextedgetab
\backmatter
\input fdl
\input index
\edgetabsfalse
\input backm
\bye
|