Files
businesscard-qrcode/examples/john-doe-hongkong.tex

18 lines
370 B
TeX
Raw Normal View History

2018-08-13 15:24:59 +02:00
\documentclass[nofill,leftalign,nohint,fontsize=9pt]{businesscard-qrcode}
2018-08-14 16:38:43 +02:00
\type{home}
\givennames{John}
\familynames{Doe}
\extaddr{20/F.,\ One\ Kowloon}
\city{Kowloon Bay}
\street{1\ Wang\ Yuen\ Street}
\country{Hongkong}
\phone{(852)\ 1234-5678}
\homepage{example.com}
\email{name@example.com}
2018-08-13 15:24:59 +02:00
\begin{document}
2018-08-14 16:38:43 +02:00
%\StrSubstitute{John}{hn}{e}
\drawcard
\end{document}