File: node_footnote.texi

package info (click to toggle)
texi2html 1.82%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 32,848 kB
  • sloc: perl: 15,888; xml: 6,075; sh: 3,977; makefile: 543
file content (36 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (11)
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
\input texinfo @c -*-texinfo-*-

@setfilename node_footnote.info

@node Top

@menu
* @'a::
* @^a::
* chapter::
* @`a::
@end menu

@node @'a

node @'a,
Footnote 1@footnote{foot 1 @'a}.

@node @^a

node @^a,
Footnote 2@footnote{foot 2 @^a}.

@node chapter
@chapter chapter

@menu
* @`a::
@end menu

@node @`a

node @`a,
Footnote 3@footnote{foot 3 @`a}.

@bye