]> code.delx.au - gnu-emacs/commitdiff
Remove obsolete comments re postscript image printing
authorGlenn Morris <rgm@gnu.org>
Fri, 21 Jun 2013 02:17:37 +0000 (19:17 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 Jun 2013 02:17:37 +0000 (19:17 -0700)
doc/lispintro/README
doc/lispintro/emacs-lisp-intro.texi

index 360d6296b70930e3b4639f9e6c79cdaa34cc5a9d..d1e15bc6d89f7e9bf512b1341769d3e41eb3c857 100644 (file)
@@ -12,43 +12,6 @@ environment.
 This third edition of 2006 Oct 31 updates the previous editions to GNU
 Emacs 22.
 
-The Texinfo source file `emacs-lisp-intro.texi', formats without
-reported error using `pdfeTeXk', Version 3.141592-1.21a-2.2 (Web2C
-7.5.4) and texinfo.tex version 2006-08-26.17 started by `texi2dvi'
-version 4.8, and with `makeinfo' version 4.8.
-
-This directory contains the following Encapsulated PostScript figures:
-
-  cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps, cons-5.eps
-  drawers.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps
-
-See the beginning of the `emacs-lisp-intro.texi' file for appropriate
-settings.  These figures are not necessary; they are merely nice to
-look at --- without them you get the same figures printed with ASCII
-characters.
-
-Whether and how you print PostScript depends on your site.  You not
-only need to set 'print-postscript-figures' before creating the .dvi
-file, but then must convert the .dvi file to .ps with a 'dvips' or
-equivalent command.
-
-On some systems you will see an error message when `psfig.tex' is
-loaded for the last two .eps files:
-
-            ! No room for a new \write .
-
-If this happens, try `epsf.tex' instead of `psfig.tex', or try typing
-RET at the error; the formatting may continue successfully.
-
-Or else find the section that says:
-
- @c !!! Clear print-postscript-figures if the computer formatting this
- @c     document is too small and cannot handle all the diagrams and figures.
- @c clear print-postscript-figures
-
-and change the file so it reads:   @clear print-postscript-figures
-This will prevent TeX from attempting to load the last few .eps files.
-
 You will find additional instructions on formatting in the beginning
 of the Texinfo file 'emacs-lisp-intro.texi'.  Best Wishes!
 
index ce4da17658ed48dfc5e89e67fabcbfb0f169a79b..221376e2353cbf025ee9bd982e3ccdd478e3d595 100644 (file)
 
 @include emacsver.texi
 
-@c ---------
+@c ================ How to Print a Book in Various Sizes ================
+
+@c This book can be printed in any of three different sizes.
+@c Set the following @-commands appropriately.
+
+@c     7 by 9.25 inches:
+@c              @smallbook
+@c              @clear largebook
+
+@c     8.5 by 11 inches:
+@c              @c smallbook
+@c              @set largebook
+
+@c     European A4 size paper:
+@c              @c smallbook
+@c              @afourpaper
+@c              @set largebook
+
+@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 <<<< For hard copy printing, this file is now
 @c      set for smallbook, which works for all sizes
 @c      of paper, and with PostScript figures >>>>
+
 @set smallbook
 @ifset smallbook
 @smallbook
 @clear  largebook
 @end ifset
+
+@c ================ Included Figures ================
+
+@c If you clear this, the figures will be printed as ASCII diagrams
+@c rather than PostScript/PDF.
+@c (This is not relevant to Info, since Info only handles ASCII.)
 @set print-postscript-figures
-@c set largebook
 @c clear print-postscript-figures
-@c ---------
 
 @comment %**end of header
 
 @set edition-number 3.10
 @set update-date 28 October 2009
 
-@c ================ Included Figures ================
-
-@c Set  print-postscript-figures  if you print PostScript figures.
-@c If you clear this, the ten figures will be printed as ASCII diagrams.
-@c (This is not relevant to Info, since Info only handles ASCII.)
-@c Your site may require editing changes to print PostScript; in this
-@c case, search for `print-postscript-figures' and make appropriate changes.
-
-@c ================ How to Print a Book in Various Sizes ================
-
-@c This book can be printed in any of three different sizes.
-@c In the above header, set @-commands appropriately.
-
-@c     7 by 9.25 inches:
-@c              @smallbook
-@c              @clear largebook
-
-@c     8.5 by 11 inches:
-@c              @c smallbook
-@c              @set largebook
-
-@c     European A4 size paper:
-@c              @c smallbook
-@c              @afourpaper
-@c              @set largebook
-
-@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 ================ End of Formatting Sections ================
-
 @c For next or subsequent edition:
 @c   create function using with-output-to-temp-buffer
 @c   create a major mode, with keymaps
@@ -9523,10 +9517,6 @@ This sounds more complicated than it is and is easier seen in a diagram:
 @sp 1
 @tex
 @center @image{cons-1}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-1.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -9586,10 +9576,6 @@ bouquet
 @sp 1
 @tex
 @center @image{cons-2}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -9635,10 +9621,6 @@ bouquet
 @sp 1
 @tex
 @center @image{cons-2a}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2a.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -9702,10 +9684,6 @@ bouquet        flowers
 @sp 1
 @tex
 @center @image{cons-3}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-3.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -9774,10 +9752,6 @@ bouquet                       flowers
 @sp 1
 @tex
 @center @image{cons-4}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-4.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -9891,10 +9865,6 @@ Here is a fanciful representation:
 @sp 1
 @tex
 @center @image{drawers}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/drawers.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -10067,10 +10037,6 @@ kill-ring     kill-ring-yank-pointer
 @sp 1
 @tex
 @center @image{cons-5}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-5.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -20878,10 +20844,7 @@ equivalent of @code{multiply-by-seven} is:
 @noindent
 If we want to multiply 3 by 7, we can write:
 
-@c !!! Clear print-postscript-figures if the computer formatting this
-@c     document is too small and cannot handle all the diagrams and figures.
 @c clear print-postscript-figures
-@c set print-postscript-figures
 @c lambda example diagram #1
 @ifnottex
 @smallexample
@@ -20897,10 +20860,6 @@ If we want to multiply 3 by 7, we can write:
 @sp 1
 @tex
 @center @image{lambda-1}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-1.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -20939,10 +20898,6 @@ Similarly, we can write:
 @sp 1
 @tex
 @center @image{lambda-2}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-2.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset
@@ -20978,10 +20933,6 @@ If we want to divide 100 by 50, we can write:
 @sp 1
 @tex
 @center @image{lambda-3}
-%%%% old method of including an image
-% \input /usr/local/lib/tex/inputs/psfig.tex
-% \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-3.eps}}
-% \catcode`\@=0 %
 @end tex
 @sp 1
 @end ifset