20 lines
428 B
TeX
20 lines
428 B
TeX
% !TeX program = xelatex
|
|
\documentclass[photoinqr,qrlogoscale=0.4,qreclevel=H]{businesscard-qrcode}
|
|
|
|
\type{home}
|
|
\givennames{Lisa\ Linda}
|
|
\familynames{Doe}
|
|
\additionalnames{Example\ Company}
|
|
\street{Main\ Street\ 123}
|
|
\city{New\ York}
|
|
\zip{10001}
|
|
\country{USA}
|
|
\phone{+1 234 567 8900}
|
|
\email{ldoe@example.com}
|
|
\homepage{example.com}
|
|
%\photo{photo.png} % uncomment if photo.png exists
|
|
|
|
\begin{document}
|
|
\drawcard
|
|
\end{document}
|