/badge-generator

Name badge generator script

Primary LanguagePython

Automatic Badge Making Thing

Script to automatically make name badges, the background is set by logo.pdf.

Usage

# pipe the output from calling the script with some names to a file
./create_latex.py Alice Bob Charlie > badges.tex

# ... or you can specify a size in mm
./create_latex.py 58 Alice Bob Charlie > badges.tex

# build the file with pdflatex
pdflatex badges

Prerequisites

pdflatex is provided by the texlive-latex-base package, you will need this installed on your system.