Skip to content
Snippets Groups Projects
Commit af37ac7b authored by Felix Lammermann's avatar Felix Lammermann
Browse files

Initial commit

parents
No related merge requests found
\documentclass[a4paper,11pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{microtype}
\usepackage[top=1.5cm,bottom=1.5cm,left=1.5cm,right=1.5cm,headheight=2cm,headsep=1cm,includehead]{geometry}
\usepackage{graphicx}
\usepackage{array}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{algorithm2e}
\usepackage{fancyhdr}
\ifthenelse{\equal{===INSTITUTELOGO===}{}}{
\lhead{}
}{
\lhead{\includegraphics[height=2cm]{===INSTITUTELOGO===}}
}
\chead{}
\rhead{\includegraphics[height=2cm]{figures/===FACULTY===-logo}}
\lfoot{}
\cfoot{}
\rfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\usepackage{csvsimple}
\setlength{\parskip}{0pt}
\setlength{\parindent}{0pt}
\pagestyle{fancy}
\begin{document}
\begin{minipage}{0.5\textwidth}
\smash{\textbf{Persönliche Daten Beschäftigte/r:}}
\vskip\baselineskip
\begin{tabular}{@{}ll}
Name: & ===NAME=== \\
Vorname(n): & ===FIRSTNAME=== \\
Geburtsdatum: & ===DATEOFBIRTH===
\end{tabular}
\end{minipage}
\begin{minipage}{0.5\textwidth}
\smash{\textbf{Dienststelle:}}
\vskip\baselineskip
\begin{tabular}{@{}l}
===INSTITUTE=== \\
===STREET=== \\
===POSTCODE=== ===CITY===
\end{tabular}
\end{minipage}
\vskip1\baselineskip
\textbf{Dokumentation der täglichen Arbeitszeit nach \S 17 Mindestlohngesetz für geringfügig Beschäf\-tigte (studentische Hilfskräfte, Hilfskräfte mit Bachelorabschluss, wissenschaftliche Hilfskräfte und tariflich Beschäftigte).}
\vskip1\baselineskip
\begin{tabular}{@{}ll}
Geleistete Arbeitsstunden im Kalendermonat: & \textbf{===MONTH===}
\end{tabular}
\vskip1\baselineskip
{
\begin{tabularx}{\textwidth}{>{\bfseries\arraybackslash}p{3cm}|>{\centering\bfseries\arraybackslash}X|>{\centering\arraybackslash}X|>{\centering\bfseries\arraybackslash}X|>{\centering\bfseries\arraybackslash}X|>{\centering\arraybackslash}p{2.5cm}}
\toprule
Datum & Beginn & \textbf{Pause} & Ende & Arbeitszeit & \textbf{Bemerkung} \\
{\normalfont\small(tt.mm.jjjj)} & {\normalfont\small(hh.mm)} & {\normalfont\small(hh.mm)} & {\normalfont\small(hh:mm)} & {\normalfont\small(hh:mm)} & \\
\midrule[0.8pt]
\csvreader[
late after line=\\\midrule,
late after last line=\\\bottomrule,
filter not equal={\csvcolvi}{},
]
{===FILENAME===}
{}
{\csvcoli~ {\normalfont\small\csvcolii} & \csvcoliii~Uhr & \ifthenelse{\equal{\csvcolvi}{00:00}}{--}{\csvcolvi~Std.} & \csvcoliv~Uhr & \csvcolv~Std. & \csvcolvii}
\end{tabularx}
\vfill
\begin{tabularx}{\textwidth}{lcXcXc}
===CITY===, der & \rule{2.5cm}{0.8pt} && \rule{5cm}{0.8pt} && \rule{5cm}{0.8pt}\\
& {\small Datum} && {\small Unterschrift Beschäftigte/r} && {\small Unterschrift Dienststelle}
\end{tabularx}
}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment