enable pdf build with xelatex
This commit is contained in:
parent
a11db68c00
commit
37da7eefbd
@ -1,6 +1,7 @@
|
|||||||
version: 2
|
version: 2
|
||||||
formats:
|
formats:
|
||||||
- epub
|
- epub
|
||||||
|
- pdf
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
@ -11,6 +12,7 @@ build:
|
|||||||
- gcc
|
- gcc
|
||||||
- libcups2-dev
|
- libcups2-dev
|
||||||
- python3-dev
|
- python3-dev
|
||||||
|
- xindy
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: doc/conf.py
|
configuration: doc/conf.py
|
||||||
submodules:
|
submodules:
|
||||||
|
@ -225,7 +225,7 @@ latex_elements = {
|
|||||||
#'preamble': '',
|
#'preamble': '',
|
||||||
}
|
}
|
||||||
|
|
||||||
# latex_engine = "xelatex"
|
latex_engine = "xelatex"
|
||||||
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user