2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Wahlhelfer

This commit is contained in:
Martin Thoma 2015-07-01 09:36:02 +02:00
parent 24f320e2b2
commit e83e7512d5
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,6 @@
make:
pdflatex wahlhelfer.tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out

View file

@ -0,0 +1,22 @@
\documentclass[a8paper, landscape]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath}
% \usepackage{geometry}
\usepackage{graphicx}
\usepackage[binary-units=true]{siunitx}
\usepackage{parskip}
% \geometry{a4paper,left=18mm,right=18mm, top=1cm, bottom=2cm}
\begin{document}
\clearpage
\vspace*{\fill}
\begin{minipage}{.9\textwidth}
\textbf{Wahlhelfer VS-Wahl}\\06.07.2015 -- 10.07.2015\\\\
$29 \cdot \SI{1.5}{\hour}$ Schichten,\\
je 2 Leute\\\\
redseat.de/vswahl15
\end{minipage}
\vfill % equivalent to \vspace{\fill}
\end{document}