This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mitgliederformulare/Einzug/Einzug.tex

72 lines
1.7 KiB
TeX
Raw Normal View History

2020-04-14 00:17:57 +02:00
\documentclass[parskip=half]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\usepackage[margin=2cm]{geometry}
\usepackage{eurosym}
\usepackage[shortlabels]{enumitem}
\usepackage{csquotes}
% ToDo-Notes: Parameter "disable" versteckt alle Notizen.
\usepackage[colorinlistoftodos]{todonotes}
\newcommand{\litnote}[1]{\todo[inline,color=blue!40]{#1}}
\newcommand{\refnote}[1]{\todo[color=blue!40]{#1}}
\newcommand{\note}[1]{\todo[inline,color=green!40]{#1}}
\usepackage[pdftex,colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black]{hyperref}
\def\LayoutTextField#1#2{#2}
\def\tf#1#2{\TextField[name=#1,width=#2,bordercolor={},backgroundcolor={}]{\null}}
\def\LayoutCheckField#1#2{#2}
\def\cb#1{\CheckBox[name=#1,height=0.5cm,width=0.5cm,bordercolor=black]{\null}}
\usepackage{tabularx}
\usepackage{xcolor}
\include{headfoot}
\begin{document}
\section*{Einzugsermächtigung\\ zum Einzug der Mitgliedsbeiträge}
\begin{Form}
\begin{center}
\begin{tabularx}{\textwidth}{@{}p{5cm} X}
& \tf{nachname}{10cm}\\
Nachname & \dotfill \\
& \tf{vorname}{10cm}\\
Vorname & \dotfill \\
\end{tabularx}
\\[2cm]
\begin{minipage}{\textwidth}
Ich gestatte Netz39 e.V., die Mitgliedsbeiträge vom folgenden Konto abzuziehen:
\end{minipage}
\begin{tabularx}{\textwidth}{@{}p{5cm} X}
& \tf{inhaber}{10cm}\\
Kontoinhaber & \dotfill \\
& \tf{iban}{10cm}\\
IBAN & \dotfill\\
& \tf{bic}{10cm}\\
BIC & \dotfill
\end{tabularx}
\vspace{2cm}
\begin{tabular}{p{7cm}p{.5cm}p{7cm}}
\tf{datum}{7cm} & & \\
\dotfill & & \dotfill \\
Ort, Datum & & Unterschrift \\
\end{tabular}%
\end{center}
\end{Form}
\end{document}