diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2002-07-21 16:40:04 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2002-07-21 16:40:04 +0000 |
commit | 2ec6f00dddefb073b082461ae60652f89aec2706 (patch) | |
tree | 38386ef11f1699d92c2fa02212fd43bbf27d65e1 /lispintro | |
parent | 5646864937ac7b8e37889d1baa81e306e4962817 (diff) | |
download | emacs-2ec6f00dddefb073b082461ae60652f89aec2706.tar.gz |
The appropriate whitespace setting for smallbook are part of texinfo.tex.
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 34d9044ca36..82093683e85 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -126,17 +126,8 @@ @c create a major mode, with keymaps @c run an asynchronous process, like grep or diff -@c For smallbook format, use smaller than normal amounts of -@c whitespace between chapters, sections, and paragraphs. -@tex -\global\chapheadingskip = 15pt plus 4pt minus 2pt -\global\secheadingskip = 12pt plus 3pt minus 2pt -\global\subsecheadingskip = 9pt plus 2pt minus 2pt \global\parskip 2pt -plus 1pt -@end tex - @c For 8.5 by 11 inch format: do not use such a small amount of -@c whitespace between paragraphs as above: +@c whitespace between paragraphs as smallbook format @ifset largebook @tex \global\parskip 6pt plus 1pt |