Skip to content

opieters/business-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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