1
0
mirror of https://gitlab.com/tiggr/patchwork.git synced 2024-12-26 06:11:02 +01:00
patchwork/teilnehmer.tex

27 lines
990 B
TeX
Raw Permalink Normal View History

2019-09-01 20:25:05 +02:00
% !TeX root = main.tex
% !TeX program = LuaLaTeX
% !TeX encoding = UTF-8
% \pagenumbering{gobble}
\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-12-26 17:01:35 +01:00
\includegraphics[width=0.25\textwidth]{Bilder/bedsheetlogo.pdf}
2019-09-01 20:25:05 +02:00
\end{center}
\end{wrapfigure}
\mbox{\ifcsvstrcmp{\Pseudonym}{}{\small\Vorname}{\small\Pseudonym}}\\[4pt]
{\small\Straße\\\PLZ~\Stadt\\}
\ifcsvstrcmp{\Land}{Deutschland}{\small\mbox{ }\\[6pt]}{\small\Land\\[4pt]}
2019-12-26 17:01:35 +01:00
\ifcsvstrcmp{\Telefon}{}{}{\small{\fontspec{HeydingsIcons}[]q }\Telefon\\}%
\ifcsvstrcmp{\Mail}{}{}{\small{\fontspec{HeydingsIcons}[]E }\href{mailto:\Mail}{\Mail}\\}%
\ifcsvstrcmp{\Website}{}{}{\small{\fontspec{HeydingsIcons}[]a }\url{\Website}\\}%
2019-09-01 20:25:05 +02:00
\vfill
\end{vcard}
\end{minipage}
\csvifoddrow{\hfill}{\null\\[16pt]}
}%