emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113107: Remove obsolete comments re postscript imag


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113107: Remove obsolete comments re postscript image printing
Date: Fri, 21 Jun 2013 02:17:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113107
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-06-20 19:17:37 -0700
message:
  Remove obsolete comments re postscript image printing
modified:
  doc/lispintro/README           readme-20091113204419-o5vbwnq5f7feedwu-6132
  doc/lispintro/emacs-lisp-intro.texi 
emacslispintro.texi-20091113204419-o5vbwnq5f7feedwu-6143
=== modified file 'doc/lispintro/README'
--- a/doc/lispintro/README      2013-01-01 09:11:05 +0000
+++ b/doc/lispintro/README      2013-06-21 02:17:37 +0000
@@ -12,43 +12,6 @@
 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!
 

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-04-24 01:09:00 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-06-21 02:17:37 +0000
@@ -10,19 +10,44 @@
 
 @include emacsver.texi
 
address@hidden ---------
address@hidden ================ How to Print a Book in Various Sizes 
================
+
address@hidden This book can be printed in any of three different sizes.
address@hidden Set the following @-commands appropriately.
+
address@hidden     7 by 9.25 inches:
address@hidden              @smallbook
address@hidden              @clear largebook
+
address@hidden     8.5 by 11 inches:
address@hidden              @c smallbook
address@hidden              @set largebook
+
address@hidden     European A4 size paper:
address@hidden              @c smallbook
address@hidden              @afourpaper
address@hidden              @set largebook
+
address@hidden (Note: if you edit the book so as to change the length of the
address@hidden 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
+
address@hidden ================ Included Figures ================
+
address@hidden If you clear this, the figures will be printed as ASCII diagrams
address@hidden rather than PostScript/PDF.
address@hidden (This is not relevant to Info, since Info only handles ASCII.)
 @set print-postscript-figures
address@hidden set largebook
 @c clear print-postscript-figures
address@hidden ---------
 
 @comment %**end of header
 
@@ -41,37 +66,6 @@
 @set edition-number 3.10
 @set update-date 28 October 2009
 
address@hidden ================ Included Figures ================
-
address@hidden Set  print-postscript-figures  if you print PostScript figures.
address@hidden If you clear this, the ten figures will be printed as ASCII 
diagrams.
address@hidden (This is not relevant to Info, since Info only handles ASCII.)
address@hidden Your site may require editing changes to print PostScript; in 
this
address@hidden case, search for `print-postscript-figures' and make appropriate 
changes.
-
address@hidden ================ How to Print a Book in Various Sizes 
================
-
address@hidden This book can be printed in any of three different sizes.
address@hidden In the above header, set @-commands appropriately.
-
address@hidden     7 by 9.25 inches:
address@hidden              @smallbook
address@hidden              @clear largebook
-
address@hidden     8.5 by 11 inches:
address@hidden              @c smallbook
address@hidden              @set largebook
-
address@hidden     European A4 size paper:
address@hidden              @c smallbook
address@hidden              @afourpaper
address@hidden              @set largebook
-
address@hidden (Note: if you edit the book so as to change the length of the
address@hidden table of contents, you may have to change the value of `pageno' 
below.)
-
address@hidden ================ 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 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -9586,10 +9576,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -9635,10 +9621,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -9702,10 +9684,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -9774,10 +9752,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -9891,10 +9865,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -10067,10 +10037,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -20878,10 +20844,7 @@
 @noindent
 If we want to multiply 3 by 7, we can write:
 
address@hidden !!! Clear print-postscript-figures if the computer formatting 
this
address@hidden     document is too small and cannot handle all the diagrams and 
figures.
 @c clear print-postscript-figures
address@hidden set print-postscript-figures
 @c lambda example diagram #1
 @ifnottex
 @smallexample
@@ -20897,10 +20860,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -20939,10 +20898,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset
@@ -20978,10 +20933,6 @@
 @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}}
-% address@hidden %
 @end tex
 @sp 1
 @end ifset


reply via email to

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