comparison lispintro/emacs-lisp-intro.texi @ 46593:ddbe3ea04f58

The appropriate whitespace setting for smallbook are part of texinfo.tex.
author Robert J. Chassell <bob@rattlesnake.com>
date Sun, 21 Jul 2002 16:40:04 +0000
parents 046819540e6d
children 186a9c64b0fd
comparison
equal deleted inserted replaced
46592:a361f5bff765 46593:ddbe3ea04f58
124 @c For next or subsequent edition: 124 @c For next or subsequent edition:
125 @c create function using with-output-to-temp-buffer 125 @c create function using with-output-to-temp-buffer
126 @c create a major mode, with keymaps 126 @c create a major mode, with keymaps
127 @c run an asynchronous process, like grep or diff 127 @c run an asynchronous process, like grep or diff
128 128
129 @c For smallbook format, use smaller than normal amounts of
130 @c whitespace between chapters, sections, and paragraphs.
131 @tex
132 \global\chapheadingskip = 15pt plus 4pt minus 2pt
133 \global\secheadingskip = 12pt plus 3pt minus 2pt
134 \global\subsecheadingskip = 9pt plus 2pt minus 2pt \global\parskip 2pt
135 plus 1pt
136 @end tex
137
138 @c For 8.5 by 11 inch format: do not use such a small amount of 129 @c For 8.5 by 11 inch format: do not use such a small amount of
139 @c whitespace between paragraphs as above: 130 @c whitespace between paragraphs as smallbook format
140 @ifset largebook 131 @ifset largebook
141 @tex 132 @tex
142 \global\parskip 6pt plus 1pt 133 \global\parskip 6pt plus 1pt
143 @end tex 134 @end tex
144 @end ifset 135 @end ifset