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/Aufnahmeantrag_aktiv/Aufnahmeantrag_aktiv.tex

91 lines
2.6 KiB
TeX
Raw Normal View History

2020-04-09 21:21:25 +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}
2020-04-11 15:05:14 +02:00
\usepackage{xcolor}
2020-04-09 21:21:25 +02:00
2020-04-09 22:12:37 +02:00
\include{headfoot}
2020-04-09 21:21:25 +02:00
\begin{document}
\section*{Aufnahmeantrag\\ zur aktiven Mitgliedschaft im Netz39\ e.V.}
\begin{Form}
Hiermit beantrage ich die aktive Mitgliedschaft als natürliche Person im Netz39 e.V.
\begin{center}
2020-04-11 14:44:38 +02:00
\begin{tabularx}{\textwidth}{@{}p{5cm} X}
& \tf{nachname}{10cm}\\
Nachname & \dotfill \\
2020-04-09 21:21:25 +02:00
2020-04-11 14:44:38 +02:00
& \tf{vorname}{10cm}\\
Vorname & \dotfill \\
2020-04-12 17:14:13 +02:00
\end{tabularx}
2020-04-09 21:21:25 +02:00
2020-04-12 17:14:13 +02:00
\begin{tabularx}{\textwidth}{@{}p{5cm} X}
2020-04-11 14:44:38 +02:00
& \tf{strasse}{10cm}\\
Straße & \dotfill \\
& \tf{plzort}{10cm}\\
PLZ, Wohnort & \dotfill\\
2020-04-12 17:14:13 +02:00
\end{tabularx}
2020-04-11 14:44:38 +02:00
2020-04-12 17:14:13 +02:00
\begin{tabularx}{\textwidth}{@{}p{5cm} p{4cm} X p{5cm}}
& \tf{gebdatum}{4cm} & & \tf{gebort}{4cm} \\
Geboren am & \dotfill & in & \dotfill
\end{tabularx}
2020-04-11 14:44:38 +02:00
2020-04-12 17:14:13 +02:00
\begin{tabularx}{\textwidth}{@{}p{5cm} X}
2020-04-11 14:44:38 +02:00
& \tf{email}{10cm}\\
E-Mail-Adresse & \dotfill%
2020-04-09 21:21:25 +02:00
\end{tabularx}
\end{center}
Die Mitgliedsbeiträge richten sich nach der jeweils gültigen Beschlussfassung der Mitgliederversammlung. Mit meiner Unterschrift erkenne ich die Satzung des Netz e.V. an und verpflichte mich, die satzungsgemäßen Ziele des Netz39\ e.V. nach Kräften zu unterstützen.
\vspace{2cm}
\begin{tabular}{p{7cm}p{.5cm}p{7cm}}
\tf{datum}{7cm} & & \\
\dotfill & & \dotfill \\
Ort, Datum & & Unterschrift \\
\end{tabular}%
\end{Form}
2020-04-11 15:05:14 +02:00
2020-04-12 17:14:13 +02:00
\vspace{3cm}
2020-04-11 15:05:14 +02:00
\setlength{\fboxsep}{0.5em}
\colorbox{gray!20}{
%\fbox{ % fbox als Alternative zur colorbox
\begin{minipage}{\textwidth - 2\fboxsep}
{\tiny Dieser Bereich wird vom Vorstand ausgefüllt.}\\[1em]
Der Vorstand bestätigt die Aufnahme.\\[1cm]
\begin{tabularx}{\textwidth}{@{}p{4cm} c p{5cm} c p{5cm}}
\dotfill & & \dotfill & & \dotfill\\
Datum & & Unterschrift & & Unterschrift%
\end{tabularx}
\end{minipage}}
2020-04-09 21:21:25 +02:00
\end{document}