top.txi 363 B

1234567891011121314151617181920212223242526
  1. \input texinfo
  2. @setfilename top.info
  3. @settitle top test
  4. @c This traditional top node uses @ifinfo for testing.
  5. @c Therefore there will be warnings when processing with --html.
  6. @c The solution is to use @ifnottex instead.
  7. @ifinfo
  8. @node Top
  9. @top Top test
  10. Typical top node.
  11. @end ifinfo
  12. @menu
  13. * Subnode::
  14. @end menu
  15. @node Subnode
  16. @chapter Subnode
  17. Subnode.
  18. @bye