memoir/pages/latex/footnotes.md

11 lines
283 B
Markdown
Raw Normal View History

2023-04-04 11:12:59 +00:00
# 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)