mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
make EMACSVER plain 22 for printed version
This commit is contained in:
parent
e84eab4010
commit
aec2864888
@ -1,6 +1,7 @@
|
||||
2007-05-03 Karl Berry <karl@tug.org>
|
||||
|
||||
* elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
|
||||
(EMACSVER) [smallbook]: 22 for printed version.
|
||||
|
||||
* control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
|
||||
so restore anchor to normal position after defun. Found by Kevin Ryde.
|
||||
|
@ -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.
|
||||
|
@ -1,5 +1,9 @@
|
||||
2007-05-03 Karl Berry <karl@tug.org>
|
||||
|
||||
* 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user