File: section_file.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 (41 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (13)
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
\input texinfo @c -*-texinfo-*-

@ifclear do-top
@node Top
@top

@menu
* Chapter in included file::
@end menu
@end ifclear

@node Chapter in included file
@chapter Chapter in included file

@menu
* Section::
@end menu

@node Section
@section Section

@menu
* Subsection::
@end menu

@node Subsection
@subsection Subsection

@ifset subsub
@menu
* Subsubsection::
@end menu

@node Subsubsection
@subsubsection Subsubsection
@end ifset

@ifclear do-top
@contents
@bye
@end ifclear