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 `` can be `unix`, `pyboard`, `wipy` or `esp8266`. You'll find the index page at `micropython/docs/build//html/index.html`. + +PDF manual generation +--------------------- + +This can be achieved with: + + make MICROPY_PORT= 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