Skip to content
Snippets Groups Projects
Commit 4dbfd3aa authored by Moritz Holtz's avatar Moritz Holtz
Browse files

updated ausleihliste_offline

10 DEFEKT
28 MISSING
parent a774052e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -14,6 +14,7 @@
\usepackage{calc}
\usepackage{longtable}
\renewcommand{\arraystretch}{2}
\newcounter{participants}
\title{USB-Stick-Ausleihliste}
\lhead{\textbf{Offline-Stick-Ausleihliste}}
......@@ -21,7 +22,6 @@
\pagestyle{fancy}
\setlength{\headheight}{12pt}
\author{OSAK}
% \date{\today}
\date{WS 14/15} %%% Hier Event einfügen
......@@ -33,7 +33,15 @@
\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{ct} &
\ifnum\value{ct}=10
DEFEKT \uppercase{&} DEFEKT \uppercase{&} DEFEKT
\else \ifnum\value{ct}=28
MISSING 06.08.2015 \uppercase{&} MISSING 06.08.2015 \uppercase{&} MISSING 06.08.2015
\else
\hspace{.26\textwidth} \uppercase{&} \hspace{0.26\textwidth} \uppercase{&} \hspace{0.26\textwidth}
\fi\fi
\\[0.2cm]\hline
}
\arabic{participants} & \hspace{0.26\textwidth} & \hspace{0.26\textwidth} & \hspace{0.26\textwidth}
\end{longtable}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment