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

18 lines
371 B
TeX
Raw Normal View History

2018-08-13 15:24:59 +02:00
\documentclass[nofill,leftalign,nohint,fontsize=9pt]{businesscard-qrcode}
2018-08-13 01:08:21 +02:00
2018-08-14 16:38:43 +02:00
\type{home}
\givennames{John}
\familynames{Doe}
\extaddr{20/F.,\ One\ Kowloon}
2025-11-11 10:53:12 +01:00
\city{Kowloon\ Bay}
2018-08-14 16:38:43 +02:00
\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
2018-08-13 01:08:21 +02:00
\begin{document}
2018-08-14 16:38:43 +02:00
%\StrSubstitute{John}{hn}{e}
2018-08-13 01:08:21 +02:00
\drawcard
\end{document}