Script to automatically make name badges, the background is set by logo.pdf.
# 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
pdflatex
is provided by the texlive-latex-base
package, you will need this installed on your system.