Skip to content

swindonmakers/badge-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Name badge generator script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages