summaryrefslogtreecommitdiff
path: root/makeinfo/tests/top.txi
blob: e8c3cbbc078ecfb3da0ab795e624f7003727a7a4 (plain)
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
\input texinfo
@setfilename top.info
@settitle top test

@c This traditional top node uses @ifinfo for testing.
@c Therefore there will be warnings when processing with --html.
@c The solution is to use @ifnottex instead.

@ifinfo
@node Top
@top Top test

Typical top node.
@end ifinfo

@menu
* Subnode::
@end menu

@node Subnode
@chapter Subnode

Subnode.

@bye