added background with opacity to QR-Code and card; bug in card opacity

This commit is contained in:
Marc Wäckerlin
2025-11-09 09:08:09 +01:00
parent 407c7eed2d
commit 2c2fbdbe9e
13 changed files with 150 additions and 32 deletions
+19
View File
@@ -0,0 +1,19 @@
% !TeX program = xelatex
\documentclass[bgscale=1.2,bgopacity=0.3,qrbgopacity=0.2
]{businesscard-qrcode}
\type{home}
\givennames{Petra}
\familynames{Test}
\street{Bildstrasse\ 99}
\city{Basel}
\zip{4000}
\country{CH}
\phone{+41 61 123 45 67}
\email{petra@example.ch}
\background{background.png}
\photo{photo.png}
\begin{document}
\drawcard
\end{document}