87 lines
1.9 KiB
TeX
87 lines
1.9 KiB
TeX
\documentclass[11pt,a4paper]{article}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsmath}
|
|
\usepackage{geometry}
|
|
\geometry{
|
|
a4paper,
|
|
total={170mm,257mm},
|
|
left=20mm,
|
|
top=20mm,
|
|
}
|
|
|
|
|
|
|
|
\usepackage{pgf}
|
|
|
|
\pgfmathsetseed{\number\pdfrandomseed} % to ensure that it is randomized
|
|
% use \randomseed for xelatex
|
|
|
|
\newcommand{\randomnum}[1]{%
|
|
\pgfmathsetmacro{\thenum}{int(random(ceil(#1-#1/4),floor(#1+#1/4)))}%
|
|
\thenum%
|
|
}%
|
|
|
|
|
|
\newcommand{\answerbox}[1]{%%
|
|
\fbox{\rule{#1in}{0pt}\rule[-0.5ex]{0pt}{4ex}}}
|
|
|
|
\title{\textbf{Antragsformular Y42}}
|
|
\author{c3gov}
|
|
\date{Kontrollnummer \randomnum{1000}}
|
|
|
|
\addtolength{\topmargin}{-1cm}
|
|
\addtolength{\textheight}{1cm}
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\section*{}
|
|
Hiermit beantrage ich mich als Hacker*in / Haeckse zu registrieren.
|
|
\\
|
|
Ein Ausweis \ \ \ \answerbox{0.1} ist bereits im Blanko-Zustand vorhanden \ \ \ \answerbox{0.1} wurde noch nicht ausgestellt.
|
|
|
|
|
|
\section*{Persönliche Daten}
|
|
\
|
|
|
|
Vor- oder Nickname (max. 25 Zeichen)
|
|
\\
|
|
\answerbox{6.5}
|
|
\\
|
|
|
|
Nachname (max. 25 characters) [optional]
|
|
\\
|
|
\answerbox{6.5}
|
|
\\
|
|
|
|
Home(-hackspace) (max. 25 characters)
|
|
\\
|
|
\answerbox{6.5}
|
|
\\
|
|
|
|
\section*{Derzeitige Lebensumstände}
|
|
\subsection*{Chaos-Events}
|
|
Ich habe bisher \ \ \ \ \answerbox{0.1} ein \ \ \ \ \answerbox{0.1} zwei \ \ \ \ \answerbox{0.1} $\{\exists x \in \mathbb{N} \ |\ x > 2 \}$ \ \ \ Chaos-Events besucht.
|
|
|
|
\subsection*{Das Chaos}
|
|
Ich weiß \ \ \ \answerbox{0.1} nichts$^{1)}$ \ \ \ \answerbox{0.1} etwas$^{2)}$ \ \ \ \answerbox{0.1} das Geheimnis$^{3)}$ \ \ \ \ vom Chaos.
|
|
\\
|
|
\\
|
|
$^{1)}$Bitte Formular R21 ausfüllen \\
|
|
$^{2)}$Bitte Formular R22 ausfüllen \\
|
|
$^{3)}$Bitte Formular R23 ausfüllen \\
|
|
\section*{Hinweis}
|
|
\begin{itemize}
|
|
\item Um Ihren \textbf{GPG-Fingerabdruck} auf Ihren Passport mitzuregistrieren, bitte \textbf{Formular PKSR20} ausfüllen.
|
|
\end{itemize}
|
|
|
|
\end{document}
|
|
|
|
|
|
|