diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/impatient/fr/fbook.tex |
Initial commit
Diffstat (limited to 'info/impatient/fr/fbook.tex')
-rw-r--r-- | info/impatient/fr/fbook.tex | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/info/impatient/fr/fbook.tex b/info/impatient/fr/fbook.tex new file mode 100644 index 0000000000..f1dc3ca071 --- /dev/null +++ b/info/impatient/fr/fbook.tex @@ -0,0 +1,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 française.
+% 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 utilisée 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
|