All Projects → opieters → Business Card

opieters / Business Card

Licence: gpl-3.0
A business card in LaTeX.

Projects that are alternatives of or similar to Business Card

CV-latex
latex template for CV
Stars: ✭ 19 (-97.07%)
Mutual labels:  latex, latex-template
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (-20.37%)
Mutual labels:  latex, latex-template
pape-rs
A Latex template to PDF generation web service written in Rust.
Stars: ✭ 69 (-89.35%)
Mutual labels:  latex, latex-template
cv
A LaTeX template for academic CVs
Stars: ✭ 129 (-80.09%)
Mutual labels:  latex, latex-template
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (-23.3%)
Mutual labels:  latex, latex-template
latex-beamer-teamplates
My LaTeX Beamer Templates for Daily Presentation and Documentation.
Stars: ✭ 14 (-97.84%)
Mutual labels:  latex, latex-template
Tum Thesis Latex
📔 A LaTeX template for TUM Bachelor/Master theses.
Stars: ✭ 291 (-55.09%)
Mutual labels:  latex, latex-template
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (-95.99%)
Mutual labels:  latex, latex-template
Fduthesis
LaTeX thesis template for Fudan University
Stars: ✭ 315 (-51.39%)
Mutual labels:  latex, latex-template
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+478.7%)
Mutual labels:  latex, latex-template
WHUT-Bachelor
武汉理工大学本科生毕业设计(论文) LaTeX 模板 LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)
Stars: ✭ 18 (-97.22%)
Mutual labels:  latex, latex-template
Phd Thesis Template
A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
Stars: ✭ 561 (-13.43%)
Mutual labels:  latex, latex-template
latexemoji
Latex package to include emoji in Latex document
Stars: ✭ 17 (-97.38%)
Mutual labels:  latex, latex-template
letter-2-reviewers-LaTeX-template
A LaTeX template to write response letters for journal revisions
Stars: ✭ 32 (-95.06%)
Mutual labels:  latex, latex-template
usyd-beamer-theme
A Beamer theme that adheres to the University of Sydney Branding
Stars: ✭ 24 (-96.3%)
Mutual labels:  latex, latex-template
Focus Beamertheme
Focus: a minimalist presentation theme for LaTeX Beamer.
Stars: ✭ 263 (-59.41%)
Mutual labels:  latex, latex-template
concise-cheat-sheets
Cheat Sheets for programming languages and tools
Stars: ✭ 98 (-84.88%)
Mutual labels:  latex, latex-template
persian-latex
A Persian Latex Template that can be used in different instances such as assignments, exams, quizzes; Not suitable for long documents such as theses or project reports.
Stars: ✭ 42 (-93.52%)
Mutual labels:  latex, latex-template
Kaobook
A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.
Stars: ✭ 300 (-53.7%)
Mutual labels:  latex, latex-template
Limecv
A LaTeX CV Document Class
Stars: ✭ 376 (-41.98%)
Mutual labels:  latex, latex-template

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].