https://github.com/cesium/badge_generator
Printable badges generator for 2018 CeSIUM's Computer Engineering Week @ Minho University
https://github.com/cesium/badge_generator
Last synced: 5 months ago
JSON representation
Printable badges generator for 2018 CeSIUM's Computer Engineering Week @ Minho University
- Host: GitHub
- URL: https://github.com/cesium/badge_generator
- Owner: cesium
- Created: 2015-02-17T00:17:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T20:51:48.000Z (over 8 years ago)
- Last Synced: 2025-02-12T17:29:09.969Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 26
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SEI18 Badges Generator
======================
Printable badges generator for 2018 CeSIUM's **Computer Engineering Week @ Minho University** event
Caveats
------------
For every SEI edition you need to update [modelo.tex](https://github.com/cesium/badge_generator/blob/master/modelo.tex)
Sample output
-------------
See [this file](exemplo.pdf?raw=true).
Default Usage
-------------
1 - Create a file with **.in** extension like the example below
```
Badge title
code
code
code
code
...
```
2 - Run ```make your_file_name_here.pdf```
3 - Print those awesome badges
Customization
-------------
Change the text in the model latex file (modelo.tex) to your liking, but make sure the like ```--code goes here--``` stays intact, otherwise the generation will not produce the desired results.
How it works
------------
1. A bash script parses the **.in** file, translates it into latex code and then replaces the ```--code goes here--``` line in the latex template file with the new latex code.
2. Generate the .pdf from .tex