2018-10-22 22:26:27 +02:00
|
|
|
% !TeX root = main.tex
|
|
|
|
% !TeX program = LuaLaTeX
|
|
|
|
% !TeX encoding = UTF-8
|
|
|
|
|
|
|
|
\section{Teilnehmerliste}
|
2018-10-23 23:35:08 +02:00
|
|
|
\newlength{\RWtemp}
|
|
|
|
\setlength{\RWtemp}{\fboxsep}
|
2018-10-22 22:26:27 +02:00
|
|
|
\setlength{\fboxsep}{8pt}
|
|
|
|
\csvreader[respect sharp, head to column names]{Daten/teilnehmer.csv}{}{%
|
|
|
|
\fbox{%
|
|
|
|
\begin{minipage}[t][5cm][t]{0.45\textwidth}%
|
|
|
|
\begin{wrapfigure}[5]{l}{0.33\textwidth}
|
|
|
|
\begin{center}
|
|
|
|
\vspace{-14pt}
|
|
|
|
\includegraphics[width=0.33\textwidth]{Bilder/A318.pdf}
|
|
|
|
\end{center}
|
|
|
|
\end{wrapfigure}
|
|
|
|
{\large \Vorname~\Nachname \par}
|
|
|
|
\ifcsvstrcmp{\Nick}{}{\mbox{ }}{\Nick}\\[6pt]
|
|
|
|
\Straße\\\PLZ~\Stadt\\
|
|
|
|
\ifcsvstrcmp{\Land}{Deutschland}{\mbox{ }\\[6pt]}{\Land\\[6pt]}
|
|
|
|
\ifcsvstrcmp{\Telefon}{}{}{\Telefon\\}\ifcsvstrcmp{\Mail}{}{}{\href{mailto:\Mail}{\Mail}\\}\ifcsvstrcmp{\Website}{}{}{\url{\Website}\\}
|
|
|
|
\end{minipage}
|
|
|
|
}%
|
|
|
|
\csvifoddrow{\hfill}{\\[8pt]}
|
|
|
|
}%
|
2018-10-23 23:35:08 +02:00
|
|
|
\setlength{\fboxsep}{\RWtemp}
|