|
|
il y a 8 ans | |
|---|---|---|
| .gitignore | il y a 8 ans | |
| Readme.md | il y a 8 ans | |
| kifugen.py | il y a 8 ans | |
| pdfpreview.png | il y a 8 ans | |
Generate printable pdf game records (kifu) from sgf go/baduk/weiqi replays.
kifugen takes your sgf file and converts is into a latex format, that then can
be easily compiled into a pdf file.
To run kifugen you will need:
latexdvipsps2pdfpsgo packageThe basic usage is kifugen <file> [options] where file is the .sgf file and options are:
| Option | Meaning | Default |
|---|---|---|
| -se n | “split every” n moves | 50 |
| -cn | continuous numbering | false |
| -c | compile to pdf | false |
| -o | open the pdf after compilation | false |