rearranged for ctan, version 1.1

This commit is contained in:
Marc Wäckerlin
2018-08-14 23:10:09 +02:00
parent 4aa98a0d86
commit 2368ea2ca6
34 changed files with 227 additions and 234 deletions

BIN
examples/example.pdf Normal file

Binary file not shown.

35
examples/example.tex Normal file
View File

@@ -0,0 +1,35 @@
\documentclass[noaddress,textwidth=0.58,qrwidth=0.35,https,fill,iconright,leftalign,hint,icon,textfirst]{businesscard-qrcode}
\phone{+12 34 567 89 00}
\type{home}
\honoricprefix{MSc\ ETH}
\givennames{Marc}
\familynames{Wäckerlin}
\homepage{marc.wäckerlin.ch}
%\link{marc.wäckerlin.ch}
%\git{mrw.sh}
\gitea{mrw.sh}
\github{mwaeckerlin}
\cloud{name@nextcloud.org}
\world{mrw.world}
%\wordpress{marc.wäckerlin.ch}
%\wikipedia{Marc\_Wäckerlin}
%\drupal{religionsfrei.info}
%\joomla{postsuisseid.ch}
%\youtube{WintiPirat}
\facebook{marc.waeckerlin}
%\google{MarcWäckerlin}
\twitter{GGR\_Winti}
\email{name@example.com}
\matrixorg{@name:matrix.org}
\street{Irgendwiestrasse\ 84}
\city{Irgendwo}
\zip{1001}
\country{Switzerland}
\pgpfingerprint{4C8B 41AF FEC4 ED9D 3AF9 8500 F623 15D0 4D4C 0C62}
\pgpurl{https://pgp.mit.edu/pks/lookup?op=get\&search=0xF62315D04D4C0C62}
%\jabber{\email}
\begin{document}
\drawcard
\end{document}

Binary file not shown.

View File

@@ -0,0 +1,17 @@
\documentclass[nofill,leftalign,nohint,fontsize=9pt]{businesscard-qrcode}
\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}
\begin{document}
%\StrSubstitute{John}{hn}{e}
\drawcard
\end{document}

8
examples/makefile.am Normal file
View File

@@ -0,0 +1,8 @@
examplesdir = ${docdir}/examples
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
%.pdf:%.tex
xelatex -synctex=1 -interaction=nonstopmode $<
CLEANFILES = $(EXAMPLES:%=%.aux) $(EXAMPLES:%=%.log) $(EXAMPLES:%=%.synctex.gz)
MAINTAINERCLEANFILES = makefile.in

Binary file not shown.

View File

@@ -0,0 +1,19 @@
\documentclass[nohint,textwidth=0.55,rightalign,nofill]{businesscard-qrcode}
\type{work}
\givennames{Peter}
\familynames{Muster}
\additionalnames{Example\ Company\ Ltd.}
\street{Im\ Stutz\ 123}
\pobox{Postfach\ 4567}
\zip{8000}
\city{Zürich}
\country{Switzerland}
\phone{+41 44 123 45 67}
\email{peter.muster@example.com}
\pgpfingerprint{4C8B 41AF FEC4 ED9D 3AF9 8500 F623 15D0 4D4C 0C62}
\pgpurl{https://pgp.mit.edu/pks/lookup?op=get\&search=0xF62315D04D4C0C62}
\begin{document}
\drawcard
\end{document}

Binary file not shown.

View File

@@ -0,0 +1,16 @@
\documentclass[paperheight=5.4cm,paperwidth=10.4cm,
contentheight=5cm,contentwidth=10cm,
cutdist=2]
{businesscard-qrcode}
\givennames{Gretchen\ Frieda}
\familynames{Huber\ Müller}
\street{Waldstrasse\ 15}
\zip{9876}
\city{Nirgendwo}
\phone{+41 78 654 32 10}
\email{gretchen.huber@example.com}
\begin{document}
\drawcard
\end{document}

Binary file not shown.

View File

@@ -0,0 +1,15 @@
\documentclass{businesscard-qrcode}
\type{home}
\givennames{An}
\familynames{Example}
\street{Einbahnstrasse\ 84}
\city{Irgendwo}
\zip{1001}
\country{Switzerland}
\homepage{example.com}
\email{name@example.com}
\begin{document}
\drawcard
\end{document}