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