Add missing font package
This commit is contained in:
parent
f567e39cf0
commit
7c9fa582f6
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Setup dependencies
|
name: Setup dependencies
|
||||||
command:
|
command:
|
||||||
apk add make texlive-xetex
|
apk add make texlive-xetex ttf-dejavu
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build all formats
|
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):
|
Please, note that PDF file generation requires some extra dependencies (~ 800 MB):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get install texlive-xetex
|
sudo apt-get install texlive-xetex ttf-dejavu
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Export to EPUB
|
#### Export to EPUB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue