first draft

This commit is contained in:
L3D 2021-09-24 01:04:46 +02:00
parent 8c5e0b46dd
commit 1c40fa0a6e
Signed by: L3D
GPG Key ID: CD08445BFF4313D1
2 changed files with 33 additions and 0 deletions

3
formular.pdf Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e1af58a1c956d0641faddd66ca25e36926d6067282ed96abe2701b6dbe593ea
size 40465

30
formular.tex Normal file
View File

@ -0,0 +1,30 @@
\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}