From 1f1584d4a8b0624b16e44a27f4903544f664a582 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 5 Jul 2006 14:11:15 +0000 Subject: [PATCH] 10pt text size, no chapternewpage odd --- lispref/elisp.texi | 13 +++++++++++-- 1 file 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 @@ * Elisp: (elisp). The Emacs Lisp Reference Manual. @end direntry +@c So that anyone making the printed manual gets the version we have +@c tuned to avoid bad line breaks, etc. @smallbook -@setchapternewpage odd -@finalout + +@c per rms and peterb, use 10pt fonts for the main text, mostly to +@c save on paper cost. Also, do not declare @setchapternewpage odd, +@c for the same reason. Do this inside @tex for now, so the +@c last-released makeinfo does not complain. +@tex +@fonttextsize 10 +\global\hbadness=6000 % don't worry about not-too-underfull boxes +@end tex @c Combine indices. @synindex cp fn -- 2.39.2