nodes_test.texi 675 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. \input texinfo @c -*-texinfo-*-
  2. @setfilename nodes_test.info
  3. Garbage
  4. @titlefont{A title font in the text before a node}
  5. @node first,node1,lop,lop
  6. @c @subsection s1
  7. node in first but not the first...
  8. @node lop, first,nonexistant node in prev for @@top,(texinfo) Copying
  9. @top
  10. @menu
  11. * first::
  12. * node1::
  13. * node inexistant in menu:: non existing
  14. * node1:description. Description and node reversed
  15. * description:node1. Right description and node
  16. * (info)::
  17. @end menu
  18. @node Top
  19. This is the top node...
  20. @node node1
  21. @c Some text
  22. @unnumbered
  23. node1 text
  24. @node node below node1,,,node1
  25. Should be a warning for not being in menus and not having a menu entry in
  26. node1
  27. @bye