Footnotes¶
Standard Markdown footnotes become proper LaTeX footnotes with correct numbering and placement.
Source notes
---
title: "Feature: Footnotes"
author: MrIwan
notitlepage: true
toc: false
---
# Footnotes
A footnote marker in running text[^1], with the definition anywhere in the document.
Several footnotes[^schmidt], order in the body does not matter[^ml].
Reference the same footnote twice[^schmidt].
An inline footnote ^[directly at the sentence, no separate definition needed].
[^1]: A simple numeric footnote.
[^schmidt]: Schmidt, J. (2020): *Title of the Source*, Publisher, p. 42.
[^ml]: Machine Learning is understood here as a collective term.