1
0
mirror of https://gitlab.com/tiggr/a318.git synced 2024-12-24 22:31:01 +01:00
a318/teilnehmer.tex

28 lines
860 B
TeX
Raw Normal View History

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}