latex-wochenende/svg/chapter-13/footnote-example.tex
2021-05-28 13:21:21 +02:00

13 lines
466 B
TeX

\documentclass[a4paper,ngerman]{article}
\usepackage{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\begin{document}
\thispagestyle{empty}
\vspace*{18.5cm}
The wild boar (Sus scrofa), also known as the wild swine, common wild pig, or simply wild pig, is a suid native to much of Eurasia and North Africa, and has been introduced to the Americas and Oceania.\footnote{\url{https://en.wikipedia.org/wiki/Wild_boar}}
\end{document}