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
|
% This is part of the book TeX for the Impatient.
% Copyright (C) 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry.
% Copyright (C) 2004 Marc Chaudemanche pour la traduction franaise.
% See file fdl.tex for copying conditions.
% Top-level control.
%
% commentez la ligne suivante (\language=1) pour une compilation avec tex ou pdftex
% elle n'est utilise qu'avec bplain (ou pdfbplain)
\language=1
\input fmacros
% 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 ffrontm
% (not for web) \edgetabstrue
\settabdepth{\bigtab}
\input fusebook
\input fusingtex
\input fexamples
\nextedgetab
\input fconcept
\nextedgetab
\settabdepth{\smalltab}
\input fparas
\nextedgetab
\input fpages
\nextedgetab
\input fmodes
\nextedgetab
\input fmath
\nextedgetab
\input fgenops
\nextedgetab
\settabdepth{\bigtab}
\input ftips
\input ferrors
\input fusermacs
\nextedgetab
\input fcapsule
\nextedgetab
\backmatter
\input fdl
\input findex
\edgetabsfalse
\input fbackm
\bye
|