浏览代码

Wahlhelfer

Martin Thoma 10 年之前
父节点
当前提交
e83e7512d5
共有 2 个文件被更改,包括 28 次插入0 次删除
  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}