mirror of
https://github.com/python-escpos/python-escpos
synced 2025-07-15 08:43:30 +00:00
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