Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 590 Bytes

README.rst

File metadata and controls

24 lines (15 loc) · 590 Bytes

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.