Automatically numbered footnotes
For automatically numbered footnotes, each footnote is automatically assigned a name.
Footnote reference
Description | The footnote reference consists of a footnote label in square brackets followed by an underscore at the end. The footnote label is a single "#". |
Start and end characters | Start character = "[", end character = "]_" (See also: Inline markup) |
Footnote
Description | Each footnote (footnote label) consists of an explicit markup start (".. "), the footnote label enclosed in square brackets, and a space followed by indented body elements (footnote content). (See also: Explicit markup blocks) |
Principle |
|
Properties |
Sample:
Special caution is required if footnotes themselves contain auto-numbered footnote references or if several references are made in the immediate vicinity. Footnotes and references are noted in the order in which they appear in the comment, which does not necessarily correspond to the order in which a person would read them. (See also: Named automatically numbered footnotes) |
Sample
The following sample automatically shows numbered footnotes with and without an additional footnote label.
(In sample project: B_DocuElements\Hyperlinks\Footnotes\FB_Libdoc_AutomaticallyNumberedFootnotes)
(*
**Autonumbered footnotes**
Autonumbered footnotes are possible, like using [#]_ and [#]_.
--------
.. [#] This is the first one.
.. [#] This is the second one.
*)