Add minimal address test example (1.2.1)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#AC_PREREQ([2.69])
|
||||
AC_INIT([businesscard-qrcode], [1.2], [marc@waeckerlin.org])
|
||||
AC_INIT([businesscard-qrcode], [1.2.1], [marc@waeckerlin.org])
|
||||
AM_INIT_AUTOMAKE([1.9 tar-pax])
|
||||
|
||||
AC_ARG_WITH([latexdir],
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
\documentclass{businesscard-qrcode}
|
||||
|
||||
\begin{document}
|
||||
\givennames{Test}
|
||||
\familynames{Test}
|
||||
\type{work}
|
||||
\street{Technoparkstrasse\ 2}
|
||||
\city{Winterthur}
|
||||
\region{ZH}
|
||||
\zip{8406}
|
||||
\country{Switzerland}
|
||||
|
||||
\drawcard
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user