By default, footnotes appear at the bottom of the page that contains
the reference to the footnote.
(
footnote [
:label
#t
] [
:class
"footnote"
] [
:ident
]
text...
)
:label
This may be either a boolean (i.e., #f
or #t) indicating whether a footnote label should
automatically be produced, a string specifying a label to use (e.g.,
"*"), or a number.
html
lout
info
text...
The text of the footnote.
Ex. 21: A footnote
... produces:
Scheme
1
is a programming language
2
.