diff options
| author | Karl Berry | 2006-07-05 14:11:15 +0000 |
|---|---|---|
| committer | Karl Berry | 2006-07-05 14:11:15 +0000 |
| commit | 1f1584d4a8b0624b16e44a27f4903544f664a582 (patch) | |
| tree | ff59fa25e49e70061d8edfecb812f81a883c3678 | |
| parent | 0d61de903d47394f5565ebfdf73e88a5e2d02d05 (diff) | |
| download | emacs-1f1584d4a8b0624b16e44a27f4903544f664a582.tar.gz emacs-1f1584d4a8b0624b16e44a27f4903544f664a582.zip | |
10pt text size, no chapternewpage odd
| -rw-r--r-- | lispref/elisp.texi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 3def70e9868..4daa32e61ec 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -14,9 +14,18 @@ | |||
| 14 | * Elisp: (elisp). The Emacs Lisp Reference Manual. | 14 | * Elisp: (elisp). The Emacs Lisp Reference Manual. |
| 15 | @end direntry | 15 | @end direntry |
| 16 | 16 | ||
| 17 | @c So that anyone making the printed manual gets the version we have | ||
| 18 | @c tuned to avoid bad line breaks, etc. | ||
| 17 | @smallbook | 19 | @smallbook |
| 18 | @setchapternewpage odd | 20 | |
| 19 | @finalout | 21 | @c per rms and peterb, use 10pt fonts for the main text, mostly to |
| 22 | @c save on paper cost. Also, do not declare @setchapternewpage odd, | ||
| 23 | @c for the same reason. Do this inside @tex for now, so the | ||
| 24 | @c last-released makeinfo does not complain. | ||
| 25 | @tex | ||
| 26 | @fonttextsize 10 | ||
| 27 | \global\hbadness=6000 % don't worry about not-too-underfull boxes | ||
| 28 | @end tex | ||
| 20 | 29 | ||
| 21 | @c Combine indices. | 30 | @c Combine indices. |
| 22 | @synindex cp fn | 31 | @synindex cp fn |