Next: Hardcopy, Previous: Defining New Texinfo Commands, Up: Top [Contents][Index]
When a Texinfo processor sees an @include command in a Texinfo
file, it processes the contents of the file named by the
@include and incorporates them into the output files being
created. Include files thus let you keep a single large document as a
collection of conveniently small parts.
| • Using Include Files | How to use the @include command.
| |
• texinfo-multiple-files-update | How to create and update nodes and menus when using included files. | |
| • Include Files Requirements | texinfo-multiple-files-update needs.
| |
| • Sample Include File | A sample outer file with included files within it; and a sample included file. | |
• @verbatiminclude | Including a file verbatim. | |
| • Include Files Evolution | How use of the @include command
has changed over time.
|