enable pdf build with xelatex

This commit is contained in:
Patrick Kanzler 2023-08-08 22:34:38 +02:00
parent a11db68c00
commit 37da7eefbd
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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,