fix build
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
@@ -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.
@@ -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.
Reference in New Issue
Block a user