fix build

This commit is contained in:
Marc Wäckerlin
2025-11-09 11:03:42 +01:00
parent af2a53a9d9
commit 07898c33a1
31 changed files with 35 additions and 22 deletions
Binary file not shown.
Binary file not shown.
+1
View File
@@ -4,6 +4,7 @@
\type{home}
\givennames{Petra}
\familynames{Test}
\additionalnames{Example Company Ltd.}
\street{Bildstrasse\ 99}
\city{Basel}
\zip{4000}
Binary file not shown.
Binary file not shown.
+13 -1
View File
@@ -1,8 +1,20 @@
EXAMPLES = example \
john-doe-hongkong \
peter-muster-example-company-zuerich \
special-papersize \
photo-example \
photo-in-qr-example \
photo-large-example \
background-color-example \
background-image-example \
test-country-short \
texstudio_d30266
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)
CLEANFILES = $(EXAMPLES:%=%.aux) $(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.
Binary file not shown.
-2
View File
@@ -1,5 +1,3 @@
% !TeX program = xelatex
% Note: Requires photo.png in same directory
\documentclass[bgscale=1.2,bgopacity=0.6,qrbgopacity=0.8,photoscale=4]{businesscard-qrcode}
\type{home}
Binary file not shown.
Binary file not shown.
Binary file not shown.