Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opieters/business-card
A business card in LaTeX.
https://github.com/opieters/business-card
business-card latex latex-template tex xelatex
Last synced: 2 months ago
JSON representation
A business card in LaTeX.
- Host: GitHub
- URL: https://github.com/opieters/business-card
- Owner: opieters
- License: gpl-3.0
- Created: 2017-02-04T16:33:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T21:47:12.000Z (almost 3 years ago)
- Last Synced: 2024-02-14T21:33:56.643Z (10 months ago)
- Topics: business-card, latex, latex-template, tex, xelatex
- Language: TeX
- Size: 1.1 MB
- Stars: 681
- Watchers: 25
- Forks: 76
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - opieters/<br>business-card - card?style=flat-square)<br/>![76](https://img.shields.io/github/forks/opieters/business-card?style=flat-square)<br/>![2022-03-06](https://img.shields.io/github/last-commit/opieters/business-card?style=flat-square) | A business card in LaTeX. | (Popular & New LaTeX Templates / Others)
- awesome-discoveries - business-card - a business card in LaTeX _(`LaTeX`)_ (Uncategorized)
README
Business Card
=============Example:
How this business card was designed, is explained in [this blog post](https://olivierpieters.be/blog/2017/02/11/designing-a-business-card-in-latex).
Requirements
------------* Recent TeX installation (tested on a 2017 one)
* XeLaTeX
* [Font Awesome](https://github.com/xdanaux/fontawesome-latex)
* [Fira Sans](https://github.com/mozilla/Fira)It is also possible to use [this Docker container](https://hub.docker.com/r/accupara/business-cards/):
```shell
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
-------------------------------------------
``` shell
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:
```shell
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:
```shell
inkscape --without-gui --export-area-drawing --file=logo.svg --export-pdf=logo.pdf
```License
-------GNU GPLv3. See LICENSE file.
© 2017 Olivier Pieters