[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4. Ending a Texinfo File
The end of a Texinfo file should include commands to create indices,
and the @bye
command to mark the last line to be processed.
For example:
@node Index @unnumbered Index @printindex cp @bye |
4.1 Printing Indices and Menus | How to print an index in hardcopy and generate index menus in Info. | |
4.2 @bye File Ending | How to mark the end of a file. |