]> code.delx.au - gnu-emacs/commitdiff
Move @contents to the beginning of the file.
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 17:55:38 +0000 (17:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 17:55:38 +0000 (17:55 +0000)
Set the size to @smallbook.

lispintro/ChangeLog
lispintro/emacs-lisp-intro.texi

index fdd8b8123c96c782cd95105cae473db86b3b93e3..2306674ce81def67331f106da5858d0aa96e7b9f 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-25  Robert J. Chassell  <bob@rattlesnake.com>
+
+       * emacs-lisp-intro.texi: Move @contents to the beginning of the
+       file.  Set the size to @smallbook. 
+
 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * Makefile.in: New file.
index 451584e0ff3a89129d74ad71efc3d64ae94201bd..ea611b49f98df4f9d5f78a9ae73dcfd6004f3fc2 100644 (file)
@@ -9,21 +9,20 @@
 @finalout
 
 @c ---------
-@c <<<< Now set for smallbook, which works well with all
-@c      sizes of paper and no included PostScript figures
-@c      (this setting uses ASCII figures instead). >>>>
-
-@c @smallbook
-@c @clear largebook
-@c @clear print-postscript-figures
-@set largebook
+@c <<<< For hard copy printing, this file is now
+@c      set for smallbook, which works for all sizes 
+@c      of paper, and with Postscript figures >>>>
+@smallbook
+@clear largebook
 @set print-postscript-figures
+@c set largebook
+@c clear print-postscript-figures
 @c ---------
 
 @comment %**end of header
 
-@set edition-number 2.01
-@set update-date 2001 Nov 24
+@set edition-number 2.02
+@set update-date 2001 Nov 25
 
 @ignore
  ## Summary of shell commands to create various output formats:
@@ -35,7 +34,6 @@
     texi2dvi emacs-lisp-intro.texi
 
     ## HTML output
-    texi2html emacs-lisp-intro.texi
     makeinfo --html --no-split --verbose emacs-lisp-intro.texi
 
     ## Plain text output
 @c     tex emacs-lisp-intro.texi
 @c     lpr -d emacs-lisp-intro.dvi
 
-@c If you include the PostScript figures, you must convert the .dvi
-@c file to a .ps file before printing.  Run either of the
-@c following command sequences, or one similar:
+@c If you include the PostScript figures, and you have old software,
+@c you may need to convert the .dvi file to a .ps file before
+@c printing.  Run either of the following command sequences, or one
+@c similar:
 @c
 @c     dvips -f < emacs-lisp-intro.dvi > emacs-lisp-intro.ps
 @c
 @c (Note: if you edit the book so as to change the length of the
 @c table of contents, you may have to change the value of `pageno' below.)
 
-@c Remember that TeX places the Table of Contents at the end of the
-@c print run; you need to put those pages in front of the Preface.
-
 @c ================ End of Formatting Sections ================
 
 @c For next or subsequent edition:
@@ -300,16 +296,27 @@ entitled ``GNU Free Documentation License''.
 @oddheading @thissection @| @| @thispage
 @end iftex
 
-@ifnottex
-@node Top, Preface, (dir), (dir)
-@top An Introduction to Programming in Emacs Lisp
+@ifnothtml
 
-This is an introduction to @cite{Programming in Emacs Lisp}, for
-people who are not programmers.
+@c Keep T.O.C. short by tightening up.
+@ifset largebook
+@tex
+\global\parskip 2pt plus 1pt
+\global\advance\baselineskip by -1pt
+@end tex
+@end ifset
 
-This master menu first lists each chapter and index; then it lists
-every node in every chapter.
-@end ifnottex
+@shortcontents
+@contents
+
+@ifset largebook
+@tex
+\global\parskip 6pt plus 1pt
+\global\advance\baselineskip by 1pt
+@end tex
+@end ifset
+
+@end ifnothtml
 
 @c >>>> Set pageno appropriately <<<<
 
@@ -331,6 +338,17 @@ every node in every chapter.
 @end iftex
 @end ifclear
 
+@ifnottex
+@node Top, Preface, (dir), (dir)
+@top An Introduction to Programming in Emacs Lisp
+
+This is an introduction to @cite{Programming in Emacs Lisp}, for
+people who are not programmers.
+
+This master menu first lists each chapter and index; then it lists
+every node in every chapter.
+@end ifnottex
+
 @menu
 * Preface::                     What to look for.
 * List Processing::             What is Lisp?
@@ -15777,7 +15795,12 @@ We can test @code{graph-body-print} with a short list of numbers.
 @item
 Install @code{graph-symbol}, @code{graph-blank},
 @code{column-of-graph}, which are in
-@ref{Columns of a graph, , Printing the Columns of a Graph},
+@iftex
+@ref{Readying a Graph, , Readying a Graph},
+@end iftex
+@ifinfo
+@ref{Columns of a graph},
+@end ifinfo
 and @code{graph-body-print}.
 
 @need 800
@@ -21448,15 +21471,4 @@ airplane.
 @oddheading            @| @| @thispage
 @end iftex
 
-@c Keep T.O.C. short by tightening up.
-@ifset largebook
-@tex
-\global\parskip 2pt plus 1pt
-\global\advance\baselineskip by -1pt
-@end tex
-@end ifset
-
-@shortcontents
-@contents
-
 @bye