Generate a business card in PDF from a LaTeX template file.
- ruby;
- ruby gems : rake, yaml, erb;
- pdflatex;
- Edit the config.yaml file with your personnal information;
- Invoke the tasks defined in the rakefile to generate your business card :
rake -T
rake clean # Remove any temporary products
rake clobber # Remove any generated file
rake generate # Generate your business card
Feel free to fork and custom.