work from autumn
@@ -3,7 +3,7 @@
|
|||||||
*.log
|
*.log
|
||||||
*.out
|
*.out
|
||||||
*.toc
|
*.toc
|
||||||
*.synctex.gz
|
*.synctex*
|
||||||
*.fdb_latexmk
|
*.fdb_latexmk
|
||||||
*.fls
|
*.fls
|
||||||
*.xdv
|
*.xdv
|
||||||
|
|||||||
@@ -14,4 +14,15 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
%\StrSubstitute{John}{hn}{e}
|
%\StrSubstitute{John}{hn}{e}
|
||||||
\drawcard
|
\drawcard
|
||||||
|
\newpage
|
||||||
|
\type{work}
|
||||||
|
\honoricprefix{Sir}
|
||||||
|
\givennames{Jonathan}
|
||||||
|
\familynames{Doe}
|
||||||
|
\company{My\ Company\ LTD}
|
||||||
|
\title{CEO}
|
||||||
|
\email{doe@mycompany.ltd}
|
||||||
|
\homepage{mycompany.ltd}
|
||||||
|
\background[scale=1.1,opacity=0.2]{background.png}
|
||||||
|
\drawcard
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
@@ -1,16 +1,3 @@
|
|||||||
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 \
|
|
||||||
mrw-test
|
|
||||||
|
|
||||||
examplesdir = ${docdir}/examples
|
examplesdir = ${docdir}/examples
|
||||||
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
|
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 656 KiB |
@@ -0,0 +1,26 @@
|
|||||||
|
\documentclass[qrcolor=pactablue,qrbgopacity=0.4,textwidth=0.6,qrwidth=.35]{businesscard-qrcode}
|
||||||
|
\usepackage[plain]{pacta}
|
||||||
|
|
||||||
|
\background[scale=2,opacity=.6]{background.png}
|
||||||
|
\logo[height=4em]{marc.png}
|
||||||
|
\title{CEO}
|
||||||
|
\role{Founder}
|
||||||
|
\company[logo={\Pacta[address,height=1.5em]},hide]{Pacta}
|
||||||
|
%\company{Pacta}
|
||||||
|
\givennames{Marc}
|
||||||
|
\familynames{Wäckerlin}
|
||||||
|
\honoricsuffix{MSc\ ETH}
|
||||||
|
\type{private}
|
||||||
|
\phone{+41\ 76\ 434\ 11\ 18}
|
||||||
|
\email{marc@wäckerlin.ch}
|
||||||
|
\homepage{marc.wäckerlin.ch}
|
||||||
|
\street{Florenstrasse\ 66}
|
||||||
|
\zip{8000}
|
||||||
|
\city{Zürich}
|
||||||
|
\country{Schweiz}
|
||||||
|
\qrlogo[scale=1]{\Pacta[notext,height=3em,bg]}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\drawcard
|
||||||
|
\end{document}
|
||||||
|
%
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
SUBDIRS = examples screenshots
|
SUBDIRS = examples screenshots
|
||||||
|
EXAMPLES = background-color-example background-image-example example john-doe-hongkong peter-muster-example-company-zuerich photo-example photo-in-qr-example photo-large-example special-papersize test-country-short texstudio_d30266
|
||||||
|
|
||||||
dist_latex_DATA = @PACKAGE_NAME@.cls
|
dist_latex_DATA = @PACKAGE_NAME@.cls
|
||||||
dist_doc_DATA = README.md #@PACKAGE_NAME@.pdf
|
dist_doc_DATA = README.md #@PACKAGE_NAME@.pdf
|
||||||
|
|||||||
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 766 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 674 KiB |
|
Before Width: | Height: | Size: 22 KiB |
@@ -4,4 +4,5 @@ dist_screenshot_DATA=$(EXAMPLES:%=%.png)
|
|||||||
%.png:${top_srcdir}/examples/%.pdf
|
%.png:${top_srcdir}/examples/%.pdf
|
||||||
convert -density 200 -quality 90 $< $@
|
convert -density 200 -quality 90 $< $@
|
||||||
|
|
||||||
|
CLEANFILES = ${EXAMPLES:%=%.png}
|
||||||
MAINTAINERCLEANFILES = makefile.in
|
MAINTAINERCLEANFILES = makefile.in
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 778 KiB After Width: | Height: | Size: 778 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |