File: novalidate.texi

package info (click to toggle)
texi2html 1.82%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 35,264 kB
  • sloc: perl: 15,901; xml: 6,075; sh: 3,977; makefile: 501
file content (35 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (6)
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
\input texinfo @c -*-texinfo-*-

@setfilename novalidate.info

@novalidate

@node first, Top, ,(dir)

@xref{it doesn't exists}
in first node
@menu
* node in menu before top::
* other node in menu before top::
@end menu

@node node in menu before top,,,first

node in menu before top text

@node other node in menu before top, node not existing,,,first

@node Top,,first
@top top section 
Top node
@menu
* second node::
* other node not existing::
@end menu

@node second node
@chapter a chapter

second node

@bye