Business Card Save

A business card in LaTeX.

Project README

Business Card

Example:

How this business card was designed, is explained in this blog post.

Requirements

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;'

Installing Dependancies on Ubuntu or Debian

sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra

Building Documents

Build the front and back sides with XeLaTeX:

xelatex src/front.tex
xelatex src/back.tex

SVG Files

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

License

GNU GPLv3. See LICENSE file.

© 2017 Olivier Pieters

Open Source Agenda is not affiliated with "Business Card" Project. README Source: opieters/business-card
Stars
680
Open Issues
0
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating