Footnotes
Footnotes are notes that are placed at the end of a page and used to reference parts of the text, providing citations, outside sources and more.
Last updated
Footnotes are notes that are placed at the end of a page and used to reference parts of the text, providing citations, outside sources and more.
Last updated
In , \footnote
is the core command for creating footnotes and it takes two forms:
\footnote{text for footnote}
: This inserts an (automatically-generated) superscript number, called the footnote marker, into the document text and also creates the corresponding footnote at the bottom of the page, containing the corresponding footnote marker and text for footnote.
\footnote[number]{text for footnote}
: The behaviour of this form is exactly the same as the above command, but you can specify the superscript number.
Let's look an at example:
For reference and advanced commands: