项目作者: opieters

项目描述 :
LaTeX的名片。
高级语言: TeX
项目地址: git://github.com/opieters/business-card.git
创建时间: 2017-02-04T16:33:59Z
项目社区:https://github.com/opieters/business-card

开源协议:GNU General Public License v3.0

下载


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:

  1. docker run \
  2. --rm -it \
  3. -v `pwd`:/tmp/src accupara/business-cards \
  4. /bin/bash -c 'cd /tmp/src/src ; xelatex front.tex;'

Installing Dependancies on Ubuntu or Debian

  1. 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:

  1. xelatex src/front.tex
  2. 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:

  1. inkscape --without-gui --export-area-drawing --file=logo.svg --export-pdf=logo.pdf

License

GNU GPLv3. See LICENSE file.

© 2017 Olivier Pieters