index_nodes.texi 676 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. \input texinfo @c -*-texinfo-*-
  2. @setfilename index_nodes
  3. @node Top
  4. @cindex entry a
  5. @printindex cp
  6. @printindex fn
  7. And one one more index
  8. @printindex cp
  9. @menu
  10. * first::
  11. @end menu
  12. @node first,,Top, Top
  13. Text and then index entries
  14. @cindex entry in node
  15. @cindex ! entry in node
  16. @findex fun in node
  17. @cindex entry in node
  18. @printindex cp
  19. @menu
  20. * second::
  21. @end menu
  22. @node second,,,first
  23. @menu
  24. * a node::
  25. * another::
  26. @end menu
  27. @printindex fn
  28. @node another, , a node, second
  29. @cindex something
  30. @findex somewhere
  31. @cindex another
  32. @node a node, another, ,second
  33. @cindex entry after printindex
  34. @printindex cp
  35. @findex a function
  36. @cindex a concept a node
  37. @printindex cp
  38. @bye