20 lines
358 B
TeX
20 lines
358 B
TeX
|
|
% !TeX program = xelatex
|
||
|
|
\documentclass[bgscale=1.2,bgopacity=0.3,qrbgopacity=0.2
|
||
|
|
]{businesscard-qrcode}
|
||
|
|
|
||
|
|
\type{home}
|
||
|
|
\givennames{Petra}
|
||
|
|
\familynames{Test}
|
||
|
|
\street{Bildstrasse\ 99}
|
||
|
|
\city{Basel}
|
||
|
|
\zip{4000}
|
||
|
|
\country{CH}
|
||
|
|
\phone{+41 61 123 45 67}
|
||
|
|
\email{petra@example.ch}
|
||
|
|
\background{background.png}
|
||
|
|
\photo{photo.png}
|
||
|
|
|
||
|
|
\begin{document}
|
||
|
|
\drawcard
|
||
|
|
\end{document}
|