Mercurial > hg > xemacs-beta
comparison man/texinfo.texi @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | 98528da0b7fc |
children | 5aa1854ad537 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
1 \input texinfo.tex @c -*-texinfo-*- | 1 \input texinfo.tex @c -*-texinfo-*- |
2 @c $Id: texinfo.texi,v 1.8.2.6 2001/01/06 07:51:28 stephent Exp $ | 2 @c $Id: texinfo.texi,v 1.8.2.7 2001/01/09 20:52:53 adrian Exp $ |
3 @c %**start of header | 3 @c %**start of header |
4 | 4 |
5 @c All text is ignored before the setfilename. | 5 @c All text is ignored before the setfilename. |
6 @setfilename ../info/texinfo.info | 6 @setfilename ../info/texinfo.info |
7 @settitle Texinfo @value{edition} | 7 @settitle Texinfo @value{edition} |
741 and indices. From the same Texinfo source file, you can create a | 741 and indices. From the same Texinfo source file, you can create a |
742 menu-driven, on-line Info file with nodes, menus, cross references, | 742 menu-driven, on-line Info file with nodes, menus, cross references, |
743 and indices. You can, if you wish, make the chapters and sections of | 743 and indices. You can, if you wish, make the chapters and sections of |
744 the printed document correspond to the nodes of the on-line | 744 the printed document correspond to the nodes of the on-line |
745 information; and you use the same cross references and indices for | 745 information; and you use the same cross references and indices for |
746 both the Info file and the printed work. @cite{The GNU | 746 both the Info file and the printed work. @cite{The XEmacs User's |
747 Emacs Manual} is a good example of a Texinfo file, as is this manual.@refill | 747 Manual} is a good example of a Texinfo file, as is this manual.@refill |
748 | 748 |
749 To make a printed document, you process a Texinfo source file with the | 749 To make a printed document, you process a Texinfo source file with the |
750 @TeX{} typesetting program. This creates a DVI file that you can | 750 @TeX{} typesetting program. This creates a DVI file that you can |
751 typeset and print as a book or report. (Note that the Texinfo language | 751 typeset and print as a book or report. (Note that the Texinfo language |
752 is completely different from @TeX{}'s usual language, plain @TeX{}.) If | 752 is completely different from @TeX{}'s usual language, plain @TeX{}.) If |
4766 utility to insert these pointers automatically.) | 4766 utility to insert these pointers automatically.) |
4767 | 4767 |
4768 @cindex Previous node of Top node | 4768 @cindex Previous node of Top node |
4769 Do not define the `Previous' node of the Top node to be @samp{(dir)}, as | 4769 Do not define the `Previous' node of the Top node to be @samp{(dir)}, as |
4770 it causes confusing behavior for users: if you are in the Top node and | 4770 it causes confusing behavior for users: if you are in the Top node and |
4771 hits @key{DEL} to go backwards, you wind up in the middle of the | 4771 hit @key{DEL} to go backwards, you wind up in the middle of some other |
4772 some other entry in the @file{dir} file, which has nothing to do with | 4772 entry in the @file{dir} file, which has nothing to do with what you were |
4773 what you were reading. | 4773 reading. |
4774 | 4774 |
4775 @xref{Install an Info File}, for more information about installing | 4775 @xref{Install an Info File}, for more information about installing |
4776 an Info file in the @file{info} directory. | 4776 an Info file in the @file{info} directory. |
4777 | 4777 |
4778 | 4778 |
8224 with @code{@@item}, and separate the column entries with @code{@@tab}. | 8224 with @code{@@item}, and separate the column entries with @code{@@tab}. |
8225 Line breaks are not special within the table body, and you may break | 8225 Line breaks are not special within the table body, and you may break |
8226 input lines in your source file as necessary. | 8226 input lines in your source file as necessary. |
8227 | 8227 |
8228 Here is a complete example of a multi-column table (the text is from | 8228 Here is a complete example of a multi-column table (the text is from |
8229 @cite{The GNU Emacs Manual}, @pxref{Split Window,, Splitting Windows, | 8229 @cite{The XEmacs Users' Manual}, @pxref{Split Window,, Splitting Windows, |
8230 xemacs, XEmacs User's Manual}): | 8230 xemacs, XEmacs User's Manual}): |
8231 | 8231 |
8232 @example | 8232 @example |
8233 @@multitable @@columnfractions .15 .45 .4 | 8233 @@multitable @@columnfractions .15 .45 .4 |
8234 @@item Key @@tab Command @@tab Description | 8234 @@item Key @@tab Command @@tab Description |