Skip to content
Snippets Groups Projects
Commit e3f4f764 authored by Julian Rother's avatar Julian Rother
Browse files

Quittungsliste für OSAK-Shirts hinzugefügt

parent 2d42f76a
No related branches found
No related tags found
No related merge requests found
File added
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[babel]{csquotes}
\usepackage{lmodern}
\usepackage{fullpage}
\usepackage{eurosym}
\usepackage{amsmath}
\usepackage{forloop}
\usepackage{ifthen}
\usepackage{intcalc}
\usepackage{calc}
\usepackage{longtable}
\renewcommand{\arraystretch}{2}
\title{Quittungsliste für den Verkauf von OSAK-T-Shirts}
\author{Fachschaft Mathematik/Physik/Informatik}
\date{Datum: \phantom{11.10.201711.10.201711.10}}
\begin{document}
\maketitle
\thispagestyle{empty}
\begin{center}
\begin{tabular}{r|c|c|r|c}
\textbf{\#} & \textbf{Name} & \textbf{Größe} & \textbf{Betrag} & \textbf{Unterschrift} \\\hline
\newcounter{ct}
\forloop[1]{ct}{1}{\value{ct} < 16}{%
\arabic{ct} & \phantom{Vorname Zweitname Nachname AAAA} & \phantom{XXXXXL} & 15\,\euro{} & \phantom{Vorname Nachname AAAA} \\[0.2cm]\hline
}
& & & & \\
\end{tabular}
\end{center}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment