17 lines
581 B
TeX
17 lines
581 B
TeX
\documentclass[a4paper,ngerman]{article}
|
|
\usepackage{babel}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{cleveref}
|
|
\usepackage{graphicx}
|
|
\usepackage{float}
|
|
\usepackage[para]{footmisc}
|
|
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
|
|
\vspace*{18.5cm}
|
|
Fooboar\footnote{You should know him by now.} has been responsible for fluff in the Fachschaft since summer term 2018. He learned very fast to handle TeXstudio.\footnote{He has also visited the \LaTeX weekend.} According to rumours, with \LaTeX, he writes not only letters and novels, but also history.
|
|
|
|
\end{document}
|