diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-02 00:08:47 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-02 00:08:47 +0300 |
commit | e456b2cc94ea4338d5fbe9958e656d70f2083ff5 (patch) | |
tree | 540a13c7adfc740a4b74ea8171beea78a325c343 /docs/README.md | |
parent | 09f764dc04699f4c4feb497c8ef88399ed7cf099 (diff) | |
download | micropython-e456b2cc94ea4338d5fbe9958e656d70f2083ff5.tar.gz micropython-e456b2cc94ea4338d5fbe9958e656d70f2083ff5.zip |
docs/README: Add some hints for PDF docs generation.
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index c594030999..2602a15225 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,3 +26,15 @@ In `micropython/docs`, build the docs: Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`. You'll find the index page at `micropython/docs/build/<port_name>/html/index.html`. + +PDF manual generation +--------------------- + +This can be achieved with: + + make MICROPY_PORT=<port_name> latexpdf + +but require rather complete install of LaTeX with various extensions. On +Debiab/Ubuntu, try (500MB+ download): + + apt-get install texlive-latex-recommended texlive-latex-extra |