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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@setfilename menus.info
@node Top
@top Top
@menu
* chapter:: chapter
Menu comment
* description:chapter2, Chapter 2
@end menu
Text.
@menu
* (gcc):: text @table @minus
@item item
table line
@end table
@end menu
Some text.
@menu
* (manual):: desc
comment
@ifset texi2html
* (info):: before verbatim @verbatim
some @ verb{' atim
* (texinfo):: in @ verbatim
@end verbatim
* (manual2):: $@html
<i></i>
@end html
@end ifset
Log $
* (truc):: @acronym{description
acronym}
@end menu
After menu
@menu
* (manual):: @table @asis
@item item
@ifset texi2html
* (node)::
menu comment ?
* (node2):: description ?
description continue ?
comment.
@end ifset
@end table
@end menu
@node chapter
@chapter chapter
@footnote{in footnote}
@format
@menu
* s--ect@comma{}ion:: s--ect@comma{}ion
Menu comment
``simple-double--three---four----''@*
@end menu
@end format
@node s--ect@comma{}ion
@section A section
@menu
* subsection ``simple-double--three---four----''::
@end menu
@node subsection ``simple-double--three---four----''
@subsection subsection ``simple-double--three---four----''
@menu
@example
@ifset texi2html
* subsubsection::
Menu comment
* a description:(manual) other manual node. Chapter 2
@end ifset
@end example
@end menu
@anchor{anchor}
@ifset texi2html
@node subsubsection
@subsubsection subsubsection
@end ifset
@node chapter2
@chapter chapter 2
@example
@menu
* section in chapter 2:: in description @cartouche
in cartouche
@end cartouche
@end menu
@end example
@node section in chapter 2
@section section in chapter 2
@contents
@shortcontents
@bye
|