By default, footnotes appear at the bottom of the page that contains
the reference to the footnote.
| prototype |
(footnote [:label #t] [:class "footnote"] [:ident] text...) |
| :ident | html lout latex context xml | The node identifier. |
| :class | html lout latex context xml | The node class. |
| :label | html lout | 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. |
text... | The text of the footnote. |
document chapter section |
Ex. 18: A footnote
... produces:
| Scheme1
is a programming language2. |
|