This commit is contained in:
2023-04-04 13:12:59 +02:00
parent 2a14b71435
commit 17d7ff129c
11 changed files with 203 additions and 1 deletions

11
pages/latex/footnotes.md Executable file
View File

@@ -0,0 +1,11 @@
# 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)