mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
Wahlhelfer
This commit is contained in:
parent
24f320e2b2
commit
e83e7512d5
2 changed files with 28 additions and 0 deletions
6
documents/Wahlhelfer/Makefile
Normal file
6
documents/Wahlhelfer/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
make:
|
||||||
|
pdflatex wahlhelfer.tex -output-format=pdf
|
||||||
|
make clean
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
|
22
documents/Wahlhelfer/wahlhelfer.tex
Normal file
22
documents/Wahlhelfer/wahlhelfer.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue