Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132934 views
License: OTHER
1
\documentclass[a8paper, landscape]{scrartcl}
2
\usepackage[ngerman]{babel}
3
\usepackage[utf8]{inputenc}
4
\usepackage{amssymb,amsmath}
5
% \usepackage{geometry}
6
\usepackage{graphicx}
7
\usepackage[binary-units=true]{siunitx}
8
\usepackage{parskip}
9
10
% \geometry{a4paper,left=18mm,right=18mm, top=1cm, bottom=2cm}
11
12
\begin{document}
13
\clearpage
14
\vspace*{\fill}
15
\begin{minipage}{.9\textwidth}
16
\textbf{Wahlhelfer VS-Wahl}\\06.07.2015 -- 10.07.2015\\\\
17
$29 \cdot \SI{1.5}{\hour}$ Schichten,\\
18
je 2 Leute\\\\
19
redseat.de/vswahl15
20
\end{minipage}
21
\vfill % equivalent to \vspace{\fill}
22
\end{document}
23
24