home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / makeinfo.lzh / MAKEINFO / ELISP.ME next >
Text File  |  1991-01-28  |  2KB  |  48 lines

  1. README for Edition 1.03 of the Emacs Lisp Reference Manual.
  2. This is the second release of Edition 1.03; the text is unchanged from
  3. the first release, but bugs in Makeinfo have been fixed, and the info
  4. file has been corrected.
  5.  
  6. Richard Stallman
  7. 28 January 1991
  8.  
  9. * This directory contains the texinfo source files for the Reference
  10. Manual, make-permuted-index, and the latest version of texinfo.tex,
  11. which handles forms that cannot be handled by the older versions of
  12. texinfo.tex.  Also, it contains makeinfo.c.
  13.  
  14. * The Emacs Lisp Reference Manual is turning out bigger than we
  15. expected.  It totals over 550 pages when printed on 8.5 by 11 inch
  16. paper and the unsplit Info file is just under a megabyte.
  17.  
  18. * You can format this manual either for Info or for printing hardcopy
  19. using TeX.  
  20.  
  21. ** This distribution contains a Makefile that you can use with GNU Make.
  22. Otherwise, here are detailed instructions:
  23.  
  24. ** HARDCOPY: A copy of the version of `texinfo.tex' that formats this
  25. manual is included in this distribution.
  26.  
  27. The master file for formatting this manual for Tex is called
  28. `elisp.texi'.  It contains @include commands to include all the
  29. chapters that make up the manual.  In addition, `elisp.texi' has
  30. the title page in a new format designed by Karl Berry, using the
  31. @titlespec command.
  32.  
  33. To create a DVI file with a sorted index, execute the following
  34. commands in the shell:
  35.  
  36. % tex elisp.texi
  37. % texindex elisp.??
  38. % tex elisp.texi
  39.  
  40. *** To create a DVI file with a permuted index, you may experiment
  41. with `make-permuted-index'.  
  42.  
  43. ** INFO: A copy of makeinfo.c that will format this manual for Info is
  44. included in this distribution.  This program is written in C and can
  45. be used separately from Emacs.  `makeinfo' produces much better error
  46. messages than the old `texinfo-format-buffer'.  You can run `makeinfo'
  47. it on the `elisp.texi' file.
  48.