diff options
| author | Glenn Morris | 2013-06-20 19:17:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-20 19:17:37 -0700 |
| commit | d1f7f5a0d927a5a51c989fcf97688e57916bf9d9 (patch) | |
| tree | 71622292e0c388971eef63215381b96cd7bded40 /doc | |
| parent | b7deae5ee6af8b0f9343344c1bfdaa7c36467f28 (diff) | |
| download | emacs-d1f7f5a0d927a5a51c989fcf97688e57916bf9d9.tar.gz emacs-d1f7f5a0d927a5a51c989fcf97688e57916bf9d9.zip | |
Remove obsolete comments re postscript image printing
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispintro/README | 37 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 105 |
2 files changed, 28 insertions, 114 deletions
diff --git a/doc/lispintro/README b/doc/lispintro/README index 360d6296b70..d1e15bc6d89 100644 --- a/doc/lispintro/README +++ b/doc/lispintro/README | |||
| @@ -12,43 +12,6 @@ environment. | |||
| 12 | This third edition of 2006 Oct 31 updates the previous editions to GNU | 12 | This third edition of 2006 Oct 31 updates the previous editions to GNU |
| 13 | Emacs 22. | 13 | Emacs 22. |
| 14 | 14 | ||
| 15 | The Texinfo source file `emacs-lisp-intro.texi', formats without | ||
| 16 | reported error using `pdfeTeXk', Version 3.141592-1.21a-2.2 (Web2C | ||
| 17 | 7.5.4) and texinfo.tex version 2006-08-26.17 started by `texi2dvi' | ||
| 18 | version 4.8, and with `makeinfo' version 4.8. | ||
| 19 | |||
| 20 | This directory contains the following Encapsulated PostScript figures: | ||
| 21 | |||
| 22 | cons-1.eps, cons-2.eps, cons-2a.eps, cons-3.eps, cons-4.eps, cons-5.eps | ||
| 23 | drawers.eps, lambda-1.eps, lambda-2.eps, lambda-3.eps | ||
| 24 | |||
| 25 | See the beginning of the `emacs-lisp-intro.texi' file for appropriate | ||
| 26 | settings. These figures are not necessary; they are merely nice to | ||
| 27 | look at --- without them you get the same figures printed with ASCII | ||
| 28 | characters. | ||
| 29 | |||
| 30 | Whether and how you print PostScript depends on your site. You not | ||
| 31 | only need to set 'print-postscript-figures' before creating the .dvi | ||
| 32 | file, but then must convert the .dvi file to .ps with a 'dvips' or | ||
| 33 | equivalent command. | ||
| 34 | |||
| 35 | On some systems you will see an error message when `psfig.tex' is | ||
| 36 | loaded for the last two .eps files: | ||
| 37 | |||
| 38 | ! No room for a new \write . | ||
| 39 | |||
| 40 | If this happens, try `epsf.tex' instead of `psfig.tex', or try typing | ||
| 41 | RET at the error; the formatting may continue successfully. | ||
| 42 | |||
| 43 | Or else find the section that says: | ||
| 44 | |||
| 45 | @c !!! Clear print-postscript-figures if the computer formatting this | ||
| 46 | @c document is too small and cannot handle all the diagrams and figures. | ||
| 47 | @c clear print-postscript-figures | ||
| 48 | |||
| 49 | and change the file so it reads: @clear print-postscript-figures | ||
| 50 | This will prevent TeX from attempting to load the last few .eps files. | ||
| 51 | |||
| 52 | You will find additional instructions on formatting in the beginning | 15 | You will find additional instructions on formatting in the beginning |
| 53 | of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes! | 16 | of the Texinfo file 'emacs-lisp-intro.texi'. Best Wishes! |
| 54 | 17 | ||
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index ce4da17658e..221376e2353 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -10,19 +10,44 @@ | |||
| 10 | 10 | ||
| 11 | @include emacsver.texi | 11 | @include emacsver.texi |
| 12 | 12 | ||
| 13 | @c --------- | 13 | @c ================ How to Print a Book in Various Sizes ================ |
| 14 | |||
| 15 | @c This book can be printed in any of three different sizes. | ||
| 16 | @c Set the following @-commands appropriately. | ||
| 17 | |||
| 18 | @c 7 by 9.25 inches: | ||
| 19 | @c @smallbook | ||
| 20 | @c @clear largebook | ||
| 21 | |||
| 22 | @c 8.5 by 11 inches: | ||
| 23 | @c @c smallbook | ||
| 24 | @c @set largebook | ||
| 25 | |||
| 26 | @c European A4 size paper: | ||
| 27 | @c @c smallbook | ||
| 28 | @c @afourpaper | ||
| 29 | @c @set largebook | ||
| 30 | |||
| 31 | @c (Note: if you edit the book so as to change the length of the | ||
| 32 | @c table of contents, you may have to change the value of `pageno' below.) | ||
| 33 | |||
| 14 | @c <<<< For hard copy printing, this file is now | 34 | @c <<<< For hard copy printing, this file is now |
| 15 | @c set for smallbook, which works for all sizes | 35 | @c set for smallbook, which works for all sizes |
| 16 | @c of paper, and with PostScript figures >>>> | 36 | @c of paper, and with PostScript figures >>>> |
| 37 | |||
| 17 | @set smallbook | 38 | @set smallbook |
| 18 | @ifset smallbook | 39 | @ifset smallbook |
| 19 | @smallbook | 40 | @smallbook |
| 20 | @clear largebook | 41 | @clear largebook |
| 21 | @end ifset | 42 | @end ifset |
| 43 | |||
| 44 | @c ================ Included Figures ================ | ||
| 45 | |||
| 46 | @c If you clear this, the figures will be printed as ASCII diagrams | ||
| 47 | @c rather than PostScript/PDF. | ||
| 48 | @c (This is not relevant to Info, since Info only handles ASCII.) | ||
| 22 | @set print-postscript-figures | 49 | @set print-postscript-figures |
| 23 | @c set largebook | ||
| 24 | @c clear print-postscript-figures | 50 | @c clear print-postscript-figures |
| 25 | @c --------- | ||
| 26 | 51 | ||
| 27 | @comment %**end of header | 52 | @comment %**end of header |
| 28 | 53 | ||
| @@ -41,37 +66,6 @@ | |||
| 41 | @set edition-number 3.10 | 66 | @set edition-number 3.10 |
| 42 | @set update-date 28 October 2009 | 67 | @set update-date 28 October 2009 |
| 43 | 68 | ||
| 44 | @c ================ Included Figures ================ | ||
| 45 | |||
| 46 | @c Set print-postscript-figures if you print PostScript figures. | ||
| 47 | @c If you clear this, the ten figures will be printed as ASCII diagrams. | ||
| 48 | @c (This is not relevant to Info, since Info only handles ASCII.) | ||
| 49 | @c Your site may require editing changes to print PostScript; in this | ||
| 50 | @c case, search for `print-postscript-figures' and make appropriate changes. | ||
| 51 | |||
| 52 | @c ================ How to Print a Book in Various Sizes ================ | ||
| 53 | |||
| 54 | @c This book can be printed in any of three different sizes. | ||
| 55 | @c In the above header, set @-commands appropriately. | ||
| 56 | |||
| 57 | @c 7 by 9.25 inches: | ||
| 58 | @c @smallbook | ||
| 59 | @c @clear largebook | ||
| 60 | |||
| 61 | @c 8.5 by 11 inches: | ||
| 62 | @c @c smallbook | ||
| 63 | @c @set largebook | ||
| 64 | |||
| 65 | @c European A4 size paper: | ||
| 66 | @c @c smallbook | ||
| 67 | @c @afourpaper | ||
| 68 | @c @set largebook | ||
| 69 | |||
| 70 | @c (Note: if you edit the book so as to change the length of the | ||
| 71 | @c table of contents, you may have to change the value of `pageno' below.) | ||
| 72 | |||
| 73 | @c ================ End of Formatting Sections ================ | ||
| 74 | |||
| 75 | @c For next or subsequent edition: | 69 | @c For next or subsequent edition: |
| 76 | @c create function using with-output-to-temp-buffer | 70 | @c create function using with-output-to-temp-buffer |
| 77 | @c create a major mode, with keymaps | 71 | @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: | |||
| 9523 | @sp 1 | 9517 | @sp 1 |
| 9524 | @tex | 9518 | @tex |
| 9525 | @center @image{cons-1} | 9519 | @center @image{cons-1} |
| 9526 | %%%% old method of including an image | ||
| 9527 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 9528 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-1.eps}} | ||
| 9529 | % \catcode`\@=0 % | ||
| 9530 | @end tex | 9520 | @end tex |
| 9531 | @sp 1 | 9521 | @sp 1 |
| 9532 | @end ifset | 9522 | @end ifset |
| @@ -9586,10 +9576,6 @@ bouquet | |||
| 9586 | @sp 1 | 9576 | @sp 1 |
| 9587 | @tex | 9577 | @tex |
| 9588 | @center @image{cons-2} | 9578 | @center @image{cons-2} |
| 9589 | %%%% old method of including an image | ||
| 9590 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 9591 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2.eps}} | ||
| 9592 | % \catcode`\@=0 % | ||
| 9593 | @end tex | 9579 | @end tex |
| 9594 | @sp 1 | 9580 | @sp 1 |
| 9595 | @end ifset | 9581 | @end ifset |
| @@ -9635,10 +9621,6 @@ bouquet | |||
| 9635 | @sp 1 | 9621 | @sp 1 |
| 9636 | @tex | 9622 | @tex |
| 9637 | @center @image{cons-2a} | 9623 | @center @image{cons-2a} |
| 9638 | %%%% old method of including an image | ||
| 9639 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 9640 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-2a.eps}} | ||
| 9641 | % \catcode`\@=0 % | ||
| 9642 | @end tex | 9624 | @end tex |
| 9643 | @sp 1 | 9625 | @sp 1 |
| 9644 | @end ifset | 9626 | @end ifset |
| @@ -9702,10 +9684,6 @@ bouquet flowers | |||
| 9702 | @sp 1 | 9684 | @sp 1 |
| 9703 | @tex | 9685 | @tex |
| 9704 | @center @image{cons-3} | 9686 | @center @image{cons-3} |
| 9705 | %%%% old method of including an image | ||
| 9706 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 9707 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-3.eps}} | ||
| 9708 | % \catcode`\@=0 % | ||
| 9709 | @end tex | 9687 | @end tex |
| 9710 | @sp 1 | 9688 | @sp 1 |
| 9711 | @end ifset | 9689 | @end ifset |
| @@ -9774,10 +9752,6 @@ bouquet flowers | |||
| 9774 | @sp 1 | 9752 | @sp 1 |
| 9775 | @tex | 9753 | @tex |
| 9776 | @center @image{cons-4} | 9754 | @center @image{cons-4} |
| 9777 | %%%% old method of including an image | ||
| 9778 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 9779 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-4.eps}} | ||
| 9780 | % \catcode`\@=0 % | ||
| 9781 | @end tex | 9755 | @end tex |
| 9782 | @sp 1 | 9756 | @sp 1 |
| 9783 | @end ifset | 9757 | @end ifset |
| @@ -9891,10 +9865,6 @@ Here is a fanciful representation: | |||
| 9891 | @sp 1 | 9865 | @sp 1 |
| 9892 | @tex | 9866 | @tex |
| 9893 | @center @image{drawers} | 9867 | @center @image{drawers} |
| 9894 | %%%% old method of including an image | ||
| 9895 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 9896 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/drawers.eps}} | ||
| 9897 | % \catcode`\@=0 % | ||
| 9898 | @end tex | 9868 | @end tex |
| 9899 | @sp 1 | 9869 | @sp 1 |
| 9900 | @end ifset | 9870 | @end ifset |
| @@ -10067,10 +10037,6 @@ kill-ring kill-ring-yank-pointer | |||
| 10067 | @sp 1 | 10037 | @sp 1 |
| 10068 | @tex | 10038 | @tex |
| 10069 | @center @image{cons-5} | 10039 | @center @image{cons-5} |
| 10070 | %%%% old method of including an image | ||
| 10071 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 10072 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/cons-5.eps}} | ||
| 10073 | % \catcode`\@=0 % | ||
| 10074 | @end tex | 10040 | @end tex |
| 10075 | @sp 1 | 10041 | @sp 1 |
| 10076 | @end ifset | 10042 | @end ifset |
| @@ -20878,10 +20844,7 @@ equivalent of @code{multiply-by-seven} is: | |||
| 20878 | @noindent | 20844 | @noindent |
| 20879 | If we want to multiply 3 by 7, we can write: | 20845 | If we want to multiply 3 by 7, we can write: |
| 20880 | 20846 | ||
| 20881 | @c !!! Clear print-postscript-figures if the computer formatting this | ||
| 20882 | @c document is too small and cannot handle all the diagrams and figures. | ||
| 20883 | @c clear print-postscript-figures | 20847 | @c clear print-postscript-figures |
| 20884 | @c set print-postscript-figures | ||
| 20885 | @c lambda example diagram #1 | 20848 | @c lambda example diagram #1 |
| 20886 | @ifnottex | 20849 | @ifnottex |
| 20887 | @smallexample | 20850 | @smallexample |
| @@ -20897,10 +20860,6 @@ If we want to multiply 3 by 7, we can write: | |||
| 20897 | @sp 1 | 20860 | @sp 1 |
| 20898 | @tex | 20861 | @tex |
| 20899 | @center @image{lambda-1} | 20862 | @center @image{lambda-1} |
| 20900 | %%%% old method of including an image | ||
| 20901 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 20902 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-1.eps}} | ||
| 20903 | % \catcode`\@=0 % | ||
| 20904 | @end tex | 20863 | @end tex |
| 20905 | @sp 1 | 20864 | @sp 1 |
| 20906 | @end ifset | 20865 | @end ifset |
| @@ -20939,10 +20898,6 @@ Similarly, we can write: | |||
| 20939 | @sp 1 | 20898 | @sp 1 |
| 20940 | @tex | 20899 | @tex |
| 20941 | @center @image{lambda-2} | 20900 | @center @image{lambda-2} |
| 20942 | %%%% old method of including an image | ||
| 20943 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 20944 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-2.eps}} | ||
| 20945 | % \catcode`\@=0 % | ||
| 20946 | @end tex | 20901 | @end tex |
| 20947 | @sp 1 | 20902 | @sp 1 |
| 20948 | @end ifset | 20903 | @end ifset |
| @@ -20978,10 +20933,6 @@ If we want to divide 100 by 50, we can write: | |||
| 20978 | @sp 1 | 20933 | @sp 1 |
| 20979 | @tex | 20934 | @tex |
| 20980 | @center @image{lambda-3} | 20935 | @center @image{lambda-3} |
| 20981 | %%%% old method of including an image | ||
| 20982 | % \input /usr/local/lib/tex/inputs/psfig.tex | ||
| 20983 | % \centerline{\psfig{figure=/usr/local/lib/emacs/man/lambda-3.eps}} | ||
| 20984 | % \catcode`\@=0 % | ||
| 20985 | @end tex | 20936 | @end tex |
| 20986 | @sp 1 | 20937 | @sp 1 |
| 20987 | @end ifset | 20938 | @end ifset |