13 lines
475 B
TeX
13 lines
475 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 (\textit{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}
|