1
0
mirror of https://gitlab.com/tiggr/a318.git synced 2024-12-25 14:40:59 +01:00
a318/teilnehmer.tex

27 lines
895 B
TeX
Raw Permalink Normal View History

2018-10-22 22:26:27 +02:00
% !TeX root = main.tex
% !TeX program = LuaLaTeX
% !TeX encoding = UTF-8
2019-02-07 00:36:04 +01:00
% \pagenumbering{gobble}
2018-12-04 20:12:30 +01:00
\section{Teilnehmerliste}\csvreader[respect sharp, head to column names]{Daten/teilnehmer.csv}{}{%
\begin{minipage}[t][5cm][t]{0.48\textwidth}%
\begin{vcard}{\Vorname~\Nachname}
\begin{wrapfigure}[4]{l}{0.25\textwidth}
\begin{center}
\vspace{-14pt}
2019-02-07 00:36:04 +01:00
\includegraphics[width=0.25\textwidth]{Teilnehmer/\ID.png}
2018-12-04 20:12:30 +01:00
\end{center}
\end{wrapfigure}
2019-02-07 00:36:04 +01:00
\mbox{\ifcsvstrcmp{\Pseudonym}{}{\small\Vorname}{\small\Pseudonym}}\\[4pt]
2018-12-04 20:12:30 +01:00
{\small\Straße\\\PLZ~\Stadt\\}
\ifcsvstrcmp{\Land}{Deutschland}{\small\mbox{ }\\[6pt]}{\small\Land\\[4pt]}
\ifcsvstrcmp{\Telefon}{}{}{\small\Telefon\\}%
\ifcsvstrcmp{\Mail}{}{}{\small\href{mailto:\Mail}{\Mail}\\}%
\ifcsvstrcmp{\Website}{}{}{\small\url{\Website}\\}%
\vfill
\end{vcard}
2018-10-22 22:26:27 +02:00
\end{minipage}
2018-12-04 20:12:30 +01:00
\csvifoddrow{\hfill}{\null\\[16pt]}
2018-10-22 22:26:27 +02:00
}%