*** empty log message ***
[bpt/emacs.git] / lispref / README
CommitLineData
0ded6462 1README for Edition 2.3 of the Emacs Lisp Reference Manual.
96099e29
RS
2
3* This directory contains the texinfo source files for the Reference
4Manual, make-permuted-index, and the latest version of texinfo.tex,
5which handles forms that cannot be handled by the older versions of
6texinfo.tex. Also, it contains makeinfo.c.
7
8* The Emacs Lisp Reference Manual is turning out bigger than we
9expected. It totals over 750 pages when printed on 8.5 by 11 inch
10paper and the info files total almost two megabytes.
11
12* You can format this manual either for Info or for printing hardcopy
13using TeX.
14
15** This distribution contains a Makefile that you can use with GNU Make.
16Otherwise, here are detailed instructions:
17
18** HARDCOPY: A copy of the version of `texinfo.tex' that formats this
19manual is included in this distribution.
20
21The master file for formatting this manual for Tex is called
22`elisp.texi'. It contains @include commands to include all the
23chapters that make up the manual. In addition, `elisp.texi' has
24the title page in a new format designed by Karl Berry, using the
25@titlespec command.
26
27To create a DVI file with a sorted index, execute the following
28commands in the shell:
29
30% make index.texi
31% make elisp.dvi
32
33*** To create a DVI file with a permuted index, you may experiment
34with `make-permuted-index'.
35
36** INFO: A copy of makeinfo.c that will format this manual for Info is
37included in this distribution. This program is written in C and can
38be used separately from Emacs. `makeinfo' produces much better error
39messages than the old `texinfo-format-buffer'. You can run `makeinfo'
40it on the `elisp.texi' file.