(root)/
texinfo-7.1/
tp/
t/
input_files/
contents_in_middle_chapter.texi
\input texinfo @c -*-texinfo-*-

@node Top
@top Contents in chapter

Content in chapter.

@menu 
* chapter::
@end menu

@node chapter
@chapter Chapter 1

The chapter with contents
@contents

@menu
* section::
@end menu

@node section
@section section

Section.

@bye