]> git.siccegge.de Git - teilnehmertool.git/commitdiff
teilnehmertool: packliste += vor/nachname
authorJohannes Schilling <of82ecuq@cip.cs.fau.de>
Tue, 29 Oct 2013 00:07:54 +0000 (01:07 +0100)
committerJohannes Schilling <of82ecuq@cip.cs.fau.de>
Tue, 29 Oct 2013 00:07:54 +0000 (01:07 +0100)
templates/packliste.tex

index afef56ce264ec51f71681783454b670c99c81fea..5ae539454c2e0694c1ae4d2fd64b6efbcb4abf19 100644 (file)
 \begin{document}
 
 \begin{center}
-       \begin{longtable}{|m{.2\textwidth}|m{.2\textwidth}|m{.07\textwidth}|m{.08\textwidth}|m{.5\textwidth}|}
-       \textbf{Uni} & \textbf{Nickname} & \textbf{Tshirt} & \textbf{Zipper} & \textbf{Bemerkungen} \\
+       \begin{longtable}{|m{.2\textwidth}|m{.15\textwidth}|m{.15\textwidth}|m{.15\textwidth}|m{.07\textwidth}|m{.08\textwidth}|m{.2\textwidth}|}
+               \textbf{Uni} & \textbf{Nickname} & \textbf{Vorname} & \textbf{Nachname} & \textbf{Tshirt} & \textbf{Zipper} & \textbf{Bemerkungen} \\
        \hline
        \hline
        \endhead
 {% for t in teilnehmer %}%
 {% if t['will_attend'] %}%
-       {{ t['hochschule'] | escape_tex }} & {{ t['nick'] | escape_tex }} & {{ t['shirtsize'] | escape_tex }} & {{ t['zippersize'] | escape_tex }} & {{ t['comment'] | escape_tex }} \\
+       {{ t['hochschule'] | escape_tex }} & {{ t['nick'] | escape_tex }} & {{ t['vorname'] | escape_tex }} & {{ t['nachname'] | escape_tex }} & {{ t['shirtsize'] | escape_tex }} & {{ t['zippersize'] | escape_tex }} & {{ t['comment'] | escape_tex }} \\
 {% endif %}%
        \hline{% endfor %}
        \end{longtable}