From aec2864888c051088ddec05a6d2974c73a276ce2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 May 2007 16:47:47 +0000 Subject: [PATCH] make EMACSVER plain 22 for printed version --- lispref/ChangeLog | 1 + lispref/elisp.texi | 10 +++++----- man/ChangeLog | 4 ++++ man/emacs.texi | 5 +++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a7663464273..c22f8e66f0f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,6 +1,7 @@ 2007-05-03 Karl Berry * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. + (EMACSVER) [smallbook]: 22 for printed version. * control.texi (Signaling Errors) : texinfo.tex is fixed, so restore anchor to normal position after defun. Found by Kevin Ryde. diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 3099c88c4e5..1860ae710a0 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -24,16 +24,16 @@ @end ifset @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. +@c save on paper cost. +@c Do this inside @tex for now, so current makeinfo does not complain. @tex @ifset smallbook @fonttextsize 10 -@end ifset -\global\hbadness=6666 % don't worry about not-too-underfull boxes +@set EMACSVER 22 \global\let\urlcolor=\Black % don't print links in grayscale \global\let\linkcolor=\Black +@end ifset +\global\hbadness=6666 % don't worry about not-too-underfull boxes @end tex @c Combine indices. diff --git a/man/ChangeLog b/man/ChangeLog index 40d86d5ac27..a960322f17e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,5 +1,9 @@ 2007-05-03 Karl Berry + * emacs.texi (EMACSVER) [smallbook]: 22 for printed version. + + * .cvsignore (*.pdf): new entry. + * texinfo.tex: update from current version for better pdf generation. * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black diff --git a/man/emacs.texi b/man/emacs.texi index 2e0c4aa4f50..8ab1eea4a11 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -51,10 +51,11 @@ Software Foundation raise funds for GNU development.'' @tex @ifset smallbook @fonttextsize 10 -@end ifset -\global\hbadness=6666 % don't worry about not-too-underfull boxes +@set EMACSVER 22 \global\let\urlcolor=\Black % don't print links in grayscale \global\let\linkcolor=\Black +@end ifset +\global\hbadness=6666 % don't worry about not-too-underfull boxes @end tex @defcodeindex op -- 2.39.2