Next: , Previous: , 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