An open API service indexing awesome lists of open source software.

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

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