X-Git-Url: https://git.siccegge.de//index.cgi?p=teilnehmertool.git;a=blobdiff_plain;f=templates%2Fteilnehmerliste.tex;fp=templates%2Fteilnehmerliste.tex;h=c5337a62f0a0ccf40d98ebbae01bbbdfcfab15b6;hp=34e2dc424d1fed9ae1a7df604599a3c15a62aa60;hb=f285089977c17a79f5458af7e57096674633bc4a;hpb=f4ea1e680e265a8df411b3e2a81a924aee6c529c diff --git a/templates/teilnehmerliste.tex b/templates/teilnehmerliste.tex index 34e2dc4..c5337a6 100644 --- a/templates/teilnehmerliste.tex +++ b/templates/teilnehmerliste.tex @@ -1,6 +1,6 @@ \documentclass[a4paper,landscape]{scrartcl} -\usepackage[margin=2cm]{geometry} +\usepackage[left=1.2cm,right=2cm,top=1.5cm,bottom=2cm]{geometry} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} @@ -43,17 +43,19 @@ \begin{document} \begin{center} - \begin{longtable}{|m{.1\textwidth}|m{.1\textwidth}|m{.18\textwidth}|m{.15\textwidth}|m{.07\textwidth}|m{.07\textwidth}|m{.05\textwidth}|m{.05\textwidth}|m{.1\textwidth}|} + \begin{longtable}{|m{.08\textwidth}|m{.08\textwidth}|m{.12\textwidth}|m{.15\textwidth}|m{.05\textwidth}|m{.05\textwidth}|m{.05\textwidth}|m{.05\textwidth}|m{.05\textwidth}|m{.2\textwidth}|} \textbf{Vorname} & \textbf{Nachname} & \textbf{Namensschild} & \textbf{Hochschule} & \textbf{Betrag} & \textbf{Bezahlt} & \textbf{Bar bezahlt} & \textbf{T-Shirt-Größe} & - \textbf{Zippergröße} \\ + \textbf{Zipper-Größe} & \textbf{kommentar} \\ \hline \hline \endhead -{% for t in teilnehmer %} - {{ t['vorname'] | escape_tex }} & {{ t['nachname'] | escape_tex }} & {{ t['nick'] | escape_tex }} & {{ - t['hochschule'] | escape_tex }} & {{ t['betrag'] }} & {{ t['bezahlt'] }} & \vspace{1em} & {{ - t['shirtsize'] | escape_tex }} & {{ t['zippersize'] | escape_tex }} \\ +{% for t in teilnehmer %}% +{% if t['will_attend'] %}% + {{ t['vorname'] | escape_tex }} & {{ t['nachname'] | escape_tex }} & {{ t['nick'] | escape_tex }} & {{ + t['hochschule'] | escape_tex }} & {{ t['betrag'] }} & {{ t['bezahlt'] }} & \vspace{1em} & {{ + t['shirtsize'] | escape_tex }} & {{ t['zippersize'] | escape_tex }} & {{ t['comment'] }} \\ +{% endif %}% \hline{% endfor %} \end{longtable} \end{center}