docs/README: Add some hints for PDF docs generation.

pull/2147/head
Paul Sokolovsky 2016-06-02 00:08:47 +03:00
rodzic 09f764dc04
commit e456b2cc94
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -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