diff options
-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 |