mychele / business-card

A business card in LaTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Business Card

Example:

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

Requirements

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

About

A business card in LaTeX.

License:GNU General Public License v3.0


Languages

Language:TeX 100.0%