Martin Thoma 10 gadi atpakaļ
vecāks
revīzija
e83e7512d5
2 mainītis faili ar 28 papildinājumiem un 0 dzēšanām
  1. 6 0
      documents/Wahlhelfer/Makefile
  2. 22 0
      documents/Wahlhelfer/wahlhelfer.tex

+ 6 - 0
documents/Wahlhelfer/Makefile

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

+ 22 - 0
documents/Wahlhelfer/wahlhelfer.tex

@@ -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}