31 lines
583 B
TeX
31 lines
583 B
TeX
\documentclass[a4paper]{article}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{hyperref}
|
|
\usepackage{fancyhdr}
|
|
\pagestyle{fancy}
|
|
\fancyhead[L]{MIMIMI - Formular}
|
|
\fancyhead[R]{Montag e²}
|
|
|
|
\hypersetup{
|
|
pdftitle={MIMIMI Formular},
|
|
pdfsubject={Ihre Beschwerde ist uns wichtig!},
|
|
pdfauthor={L3D und Dökisch},
|
|
pdfkeywords={beschwerde}
|
|
}
|
|
\title{MIMIMI Formular}
|
|
|
|
\begin{document}
|
|
\LARGE\textbf{MIMIMI Formular}
|
|
\break\break
|
|
\large\begin{Form}
|
|
\begin{tabular}{l}
|
|
\TextField{Name} \\\\
|
|
\CheckBox[width=1em]{Check} \\\\
|
|
\end{tabular}
|
|
\end{Form}
|
|
|
|
|
|
\end{document}
|