2015-02-11 20:50:17 +00:00
|
|
|
# CONTRIBUTING.md
|
|
|
|
|
|
|
|
> Building the pdf requires pandoc.
|
|
|
|
|
|
|
|
- Don't hyperlink anything that appears in the table-of-content.
|
|
|
|
* Reason: Those links get messed up in the final pdf.
|
|
|
|
|
|
|
|
- After you're done with your edits, use `make` to build the pdf and
|
|
|
|
verify that everything looks nice.
|
2015-03-16 21:44:45 +00:00
|
|
|
|
|
|
|
## Building pdf files
|
|
|
|
|
|
|
|
You can build other pdf version of the guide for languages other than
|
|
|
|
english. For instance, to build the french version:
|
|
|
|
|
|
|
|
make pdf-lang GUIDE_LANG=fr
|
|
|
|
|
|
|
|
This will output a `tutorial-fr.pdf` file.
|
|
|
|
|
|
|
|
Currently the repository provides a `guide-*.md` file for the following
|
|
|
|
languages:
|
|
|
|
|
|
|
|
Language | Parameter
|
|
|
|
---------: | -------------
|
|
|
|
German | `GUIDE_LANG=de`
|
|
|
|
Greek | `GUIDE_LANG=el`
|
|
|
|
Spanish | `GUIDE_LANG=es`
|
|
|
|
French | `GUIDE_LANG=fr`
|
|
|
|
Italian | `GUIDE_LANG=it`
|
|
|
|
Portuguese | `GUIDE_LANG=pt`
|
|
|
|
Turkish | `GUIDE_LANG=tr`
|