We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f764d commit e456b2cCopy full SHA for e456b2c
docs/README.md
@@ -26,3 +26,15 @@ In `micropython/docs`, build the docs:
26
Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`.
27
28
You'll find the index page at `micropython/docs/build/<port_name>/html/index.html`.
29
+
30
+PDF manual generation
31
+---------------------
32
33
+This can be achieved with:
34
35
+ make MICROPY_PORT=<port_name> latexpdf
36
37
+but require rather complete install of LaTeX with various extensions. On
38
+Debiab/Ubuntu, try (500MB+ download):
39
40
+ apt-get install texlive-latex-recommended texlive-latex-extra
0 commit comments