Skip to content

Commit 201b666

Browse files
kartbenjhedberg
authored andcommitted
doc: use XeLaTeX as TeX typesetting engine
XeLaTeX is a TeX typesetting engine that extends LaTeX with support for Unicode and modern font technologies such as OpenType. It is included in all the LaTeX distro recommended for Zephyr so it is safe to assume it is available to the user interested in building the PDF documentation locally Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 64f6ef8 commit 201b666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
latex_documents = [
200200
("index-tex", "zephyr.tex", "Zephyr Project Documentation", author, "manual"),
201201
]
202+
latex_engine = "xelatex"
202203

203204
# -- Options for zephyr.doxyrunner plugin ---------------------------------
204205

0 commit comments

Comments
 (0)