8000 docs/README: Add some hints for PDF docs generation. · lapsule/micropython@e456b2c · GitHub
[go: up one dir, main page]

Skip to content

Commit e456b2c

Browse files
committed
docs/README: Add some hints for PDF docs generation.
1 parent 09f764d commit e456b2c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ In `micropython/docs`, build the docs:
2626
Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`.
2727

2828
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

Comments
 (0)
0