Update dependencies
This commit is contained in:
parent
43a0bec7e8
commit
f567e39cf0
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- run:
|
||||
name: Setup dependencies
|
||||
command:
|
||||
apk add make
|
||||
apk add make texlive-xetex
|
||||
|
||||
- run:
|
||||
name: Build all formats
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@ The generated file will be placed in *build/pdf*.
|
|||
Please, note that PDF file generation requires some extra dependencies (~ 800 MB):
|
||||
|
||||
```sh
|
||||
sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-latex-extra
|
||||
sudo apt-get install texlive-xetex
|
||||
```
|
||||
|
||||
#### Export to EPUB
|
||||
|
|
|
|||
Loading…
Reference in New Issue