Skip to content
Snippets Groups Projects
Commit bc14b75e authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

noch ein versuch: Ausleihliste ins git getan

parent b264220d
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{amsmath}
\usepackage{fancyhdr}
%\usepackage{fancybox}
\usepackage{forloop}
\usepackage{ifthen}
\usepackage{intcalc}
\usepackage{calc}
\usepackage{longtable}
\renewcommand{\arraystretch}{2}
\newcounter{participants}
\title{USB-Stick-Ausleihliste}
\lhead{\textbf{Offline-Stick-Ausleihliste}}
\rhead{WS 14/15}
\pagestyle{fancy}
\setlength{\headheight}{12pt}
\author{OSAK}
% \date{\today}
\date{WS 14/15} %%% Hier Event einfügen
\setcounter{participants}{91} %%% Hier Anzahl der Teilnehmer einfügen
\begin{document}
\begin{center}
\begin{longtable}{r|c|c|c}
\textbf{\#} & \textbf{Ausleiher}& \textbf{Ausgeliehen} & \textbf{Zurückgegeben}\\\hline
\endhead
\newcounter{ct}
\forloop[1]{ct}{-10}{\value{ct} < \value{participants}}{%
\arabic{ct} & \hspace{.26\textwidth} & \hspace{0.26\textwidth} & \hspace{0.26\textwidth} \\[0.2cm]\hline
}
\arabic{participants} & \hspace{0.26\textwidth} & \hspace{0.26\textwidth} & \hspace{0.26\textwidth}
\end{longtable}
\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