A Craftadoc template. (Using LaTeX.)
Easily create a beautiful business card by using Doe's Business Card template. The colors can be changed.
Directly use the template in your browser using Craftadoc here! And fill in the template using the automatically generated UI. This is the easiest option.
Open the source code in Overleaf: visit the template page, select the gear icon in the top right and select Open in Overleaf
.
Clone this repository and use your favorite latex compiler locally. (This template uses XeLatex.)
https://github.com/opieters/business-card
Example:
How this business card was designed, is explained in this blog post.
- Recent TeX installation (tested on a 2017 one)
- XeLaTeX
- Font Awesome
- Fira Sans
It is also possible to use this Docker container:
docker run \
--rm -it \
-v `pwd`:/tmp/src accupara/business-cards \
/bin/bash -c 'cd /tmp/src/src ; xelatex front.tex;'
sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
Build the front and back sides with XeLaTeX:
xelatex src/front.tex
xelatex src/back.tex
LaTeX is not equipped to handle SVG files directly. A conversion to a PDF file is needed. This can be done using an external tool such as Inkscape:
inkscape --without-gui --export-area-drawing --file=logo.svg --export-pdf=logo.pdf
GNU GPLv3. See LICENSE file.
© 2017 Olivier Pieters