Add Title Role

This commit is contained in:
Marc Wäckerlin
2025-11-10 13:07:52 +01:00
parent 793c7f9360
commit dd92e3c5df
22 changed files with 72 additions and 26 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -16,5 +16,5 @@ dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
%.pdf:%.tex
xelatex -synctex=1 -interaction=nonstopmode $<
CLEANFILES = $(EXAMPLES:%=%.aux) $(EXAMPLES:%=%.log) $(EXAMPLES:%=%.synctex.gz) $(EXAMPLES:%=%.fdb_latexmk) $(EXAMPLES:%=%.fls) $(EXAMPLES:%=%.xdv)
CLEANFILES = $(EXAMPLES:%=%.aux) $(EXAMPLES:%=%.pdf) $(EXAMPLES:%=%.log) $(EXAMPLES:%=%.synctex.gz) $(EXAMPLES:%=%.fdb_latexmk) $(EXAMPLES:%=%.fls) $(EXAMPLES:%=%.xdv)
MAINTAINERCLEANFILES = makefile.in
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -3
View File
@@ -1,9 +1,9 @@
% !TeX program = xelatex
\documentclass[logoinqr,qrlogoscale=0.4,qreclevel=H]{businesscard-qrcode}
\documentclass[qrbgopacity=0.5]{businesscard-qrcode}
\type{home}
\givennames{Lisa\ Linda}
\familynames{Doe}
\familynames{Döë}
\company{Example\ Company}
\street{Main\ Street\ 123}
\city{New\ York}
@@ -12,7 +12,9 @@
\phone{+1 234 567 8900}
\email{ldoe@example.com}
\homepage{example.com}
%\logo{photo.png} % uncomment if photo.png exists
\logo{photo.png}
\qrlogo[scale=.6]{logo.png}
\background[opacity=0.5,scale=1.2]{background.png}
\begin{document}
\drawcard
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.