Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / texinfo / makeinfo / tests / node-expand.txi
blobc31be5a4ebc90467625d973159360d27271ef7ad
1 \input texinfo.tex    @c -*-texinfo-*-
3 @setfilename node-expand.info
5 @c Makeinfo should expand non-macros such as @@ and @value
6 @c in node names and node references, including menus.
7 @c This file deliberately references "Node 1" both via
8 @c @value and directly; this should not trigger any errors,
9 @c as long as --commands-in-node-names is used.
10 @c Index entries should all be expanded as well.
12 @set node1 Node 1
14 @ifnottex
16 @node Top, (dir), (dir), (dir)
17 @top Expansion in Node Names
19 @end ifnottex
21 @menu
22 * @value{node1}  ::
23 * @@node `2'::
24 * ``node'' with---tricks::
25 @end menu
27 @xref{@@node `2'}.
29 @node @value{node1}, @@node `2', Top, Top
30 @chapter Chapter 1
32 @cindex entry for chapter 1
33 This is chapter 1.
34 @xref{@@node `2'}.
36 @set sec1 Section 1.1
38 @menu
39 * @value{sec1}::
40 @end menu
42 @node Section 1.1, , Node 1, Node 1
43 @comment  node-name,  next,  previous,  up
45 @cindex entry for section 1.1
46 This is section 1.1.
48 @node @@node `2', ``node'' with---tricks, @value{node1}, Top
49 @comment  node-name,  next,  previous,  up
50 @chapter Node 2
52 @cindex entry for chapter 2
53 This is chapter 2.
54 @xref{@value{node1}}.  @xref{Node 1}.
55 @xref{``node'' with---tricks, Node with some tricks}.
57 @node ``node'' with---tricks, , @@node `2', Top
59 @cindex tricks
60 Another node.
62 @printindex cp
64 @bye