emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi
Date: Sun, 25 Nov 2001 12:55:16 -0500

Index: emacs/lispintro/emacs-lisp-intro.texi
diff -u emacs/lispintro/emacs-lisp-intro.texi:1.1 
emacs/lispintro/emacs-lisp-intro.texi:1.2
--- emacs/lispintro/emacs-lisp-intro.texi:1.1   Sat Nov 24 04:57:24 2001
+++ emacs/lispintro/emacs-lisp-intro.texi       Sun Nov 25 12:55:15 2001
@@ -9,21 +9,20 @@
 @finalout
 
 @c ---------
address@hidden <<<< Now set for smallbook, which works well with all
address@hidden      sizes of paper and no included PostScript figures
address@hidden      (this setting uses ASCII figures instead). >>>>
-
address@hidden @smallbook
address@hidden @clear largebook
address@hidden @clear print-postscript-figures
address@hidden largebook
address@hidden <<<< For hard copy printing, this file is now
address@hidden      set for smallbook, which works for all sizes 
address@hidden      of paper, and with Postscript figures >>>>
address@hidden
address@hidden largebook
 @set print-postscript-figures
address@hidden set largebook
address@hidden clear print-postscript-figures
 @c ---------
 
 @comment %**end of header
 
address@hidden edition-number 2.01
address@hidden update-date 2001 Nov 24
address@hidden edition-number 2.02
address@hidden 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
@@ -106,9 +104,10 @@
 @c     tex emacs-lisp-intro.texi
 @c     lpr -d emacs-lisp-intro.dvi
 
address@hidden If you include the PostScript figures, you must convert the .dvi
address@hidden file to a .ps file before printing.  Run either of the
address@hidden following command sequences, or one similar:
address@hidden If you include the PostScript figures, and you have old software,
address@hidden you may need to convert the .dvi file to a .ps file before
address@hidden printing.  Run either of the following command sequences, or one
address@hidden similar:
 @c
 @c     dvips -f < emacs-lisp-intro.dvi > emacs-lisp-intro.ps
 @c
@@ -120,9 +119,6 @@
 @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.)
 
address@hidden Remember that TeX places the Table of Contents at the end of the
address@hidden 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 @@
 @oddheading @thissection @| @| @thispage
 @end iftex
 
address@hidden
address@hidden Top, Preface, (dir), (dir)
address@hidden An Introduction to Programming in Emacs Lisp
address@hidden
 
-This is an introduction to @cite{Programming in Emacs Lisp}, for
-people who are not programmers.
address@hidden Keep T.O.C. short by tightening up.
address@hidden largebook
address@hidden
+\global\parskip 2pt plus 1pt
+\global\advance\baselineskip by -1pt
address@hidden tex
address@hidden ifset
 
-This master menu first lists each chapter and index; then it lists
-every node in every chapter.
address@hidden ifnottex
address@hidden
address@hidden
+
address@hidden largebook
address@hidden
+\global\parskip 6pt plus 1pt
+\global\advance\baselineskip by 1pt
address@hidden tex
address@hidden ifset
+
address@hidden ifnothtml
 
 @c >>>> Set pageno appropriately <<<<
 
@@ -331,6 +338,17 @@
 @end iftex
 @end ifclear
 
address@hidden
address@hidden Top, Preface, (dir), (dir)
address@hidden 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.
address@hidden ifnottex
+
 @menu
 * Preface::                     What to look for.
 * List Processing::             What is Lisp?
@@ -15777,7 +15795,12 @@
 @item
 Install @code{graph-symbol}, @code{graph-blank},
 @code{column-of-graph}, which are in
address@hidden of a graph, , Printing the Columns of a Graph},
address@hidden
address@hidden a Graph, , Readying a Graph},
address@hidden iftex
address@hidden
address@hidden of a graph},
address@hidden ifinfo
 and @code{graph-body-print}.
 
 @need 800
@@ -21447,16 +21470,5 @@
 @evenheading @thispage @| @| @thistitle
 @oddheading            @| @| @thispage
 @end iftex
-
address@hidden Keep T.O.C. short by tightening up.
address@hidden largebook
address@hidden
-\global\parskip 2pt plus 1pt
-\global\advance\baselineskip by -1pt
address@hidden tex
address@hidden ifset
-
address@hidden
address@hidden
 
 @bye



reply via email to

[Prev in Thread] Current Thread [Next in Thread]