Add password paper generator
This commit is contained in:
parent
f865c6bc67
commit
2a90a67c74
4 changed files with 126 additions and 0 deletions
42
password_paper/README.md
Normal file
42
password_paper/README.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Password Paper
|
||||
==============
|
||||
|
||||
These scripts generate A4 sheets filled with 2x5
|
||||
|
||||
|
||||
## Requirements
|
||||
|
||||
Those scripts requires XeLaTeX and the `texlive-fonts-extra` package.
|
||||
|
||||
It uses the TexLive
|
||||
[dingbat package](http://www.ctan.org/tex-archive/fonts/dingbat/).
|
||||
|
||||
The fonts used come from the
|
||||
[Libertine open fonts project](http://linuxlibertine.org/) and
|
||||
[Fantasque Sans Mono](https://github.com/belluzj/fantasque-sans).
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
First, you need to generate the file containing teams and passwords.
|
||||
|
||||
|
||||
### Password file format
|
||||
|
||||
Passwords are given through a DSV file, using `:` as separator.
|
||||
|
||||
For example, a valid `teams.pass` file with 6 teams could be:
|
||||
|
||||
```
|
||||
Abricot:hie9iJ<iexue
|
||||
Cyan:ooxae^L4aeCh
|
||||
Vert:ahNgei3Yoo@w
|
||||
Moutarde:gua3FaiThi]a
|
||||
Zinzolin:eep7Ac}eeH3a
|
||||
Safre:di4eeH\ae9io
|
||||
```
|
||||
|
||||
|
||||
### Generate the PDF
|
||||
|
||||
Just run `make` to generate the PDf.
|
||||
Reference in a new issue