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