← Overview
Obsidian footnotes become real LaTeX footnotes — numbered automatically, placed at the bottom of the page.
The named form is used for a sentence[^method] and the short form is written
directly at the spot^[a quick aside without a name].
The same source can be referenced twice[^method] in one note.
[^method]: Explained in detail by **Meier**, see [@meier2020, p.~14] and [[02 Methods]].
[^name] in the text, plus a definition line [^name]: … anywhere in the same note. The definition is usually placed at the end of the file.^[text] writes the note directly at the spot, without a name.The named form is used for a sentence\footnote{\label{fn:01_footnotes_method}Explained in detail by \textbf{Meier}, see \cite[p.~14]{meier2020} and \vref{sec:02_methods_methods}.} and the short form is written\\
directly at the spot\footnote{a quick aside without a name}.
The same source can be referenced twice\textsuperscript{\ref{fn:01_footnotes_method}} in one note.
Plain \footnote{…} — core LaTeX, no extra package, nothing to change in your preamble. Numbering is done by LaTeX itself.
<aside> 📸
Screenshot needed: a compiled page showing the raised footnote numbers in the body text and the matching notes separated by a rule at the bottom of the page.
</aside>
[@key, p.~14] and [[wikilinks]] are converted normally. Block elements (lists, tables, images) do not fit in a footnote.[^1] in one file and [^1] in another are different footnotes — exactly as Obsidian shows them. A reference cannot point to a definition in a different file.book, report, scrbook and scrreprt, while article counts straight through. That is a LaTeX class behaviour, so it changes with the document class set in your initialization file.