memoir/pages/latex/footnotes.md
2023-04-04 13:12:59 +02:00

11 lines
283 B
Markdown
Executable File

# Footnotes
```latex
% Simple
Something\footnote{This is a footnote}
% With link
Kubernetes\footnote{\url{https://kubernetes.io/}}
```
[https://www.overleaf.com/learn/latex/Footnotes](https://www.overleaf.com/learn/latex/Footnotes#Introduction_to_LaTeX.27s_main_footnote_commands)