first draft
This commit is contained in:
parent
8c5e0b46dd
commit
1c40fa0a6e
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e1af58a1c956d0641faddd66ca25e36926d6067282ed96abe2701b6dbe593ea
|
||||||
|
size 40465
|
|
@ -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}
|
Loading…
Reference in New Issue