opieters / business-card

A business card in LaTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image to create business cards

uvatbc opened this issue · comments

Hi Olivier,

I love what you've created here and I thought I'd help in the best way I know: Make it easier for others to use your source.

I took the instructions you've written to set up LaTeX, fonts, etc. and made a Dockerfile and an image on Docker Hub.

Usage:

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

Hope this helps,
-Yuvraaj