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é <benjamin@zephyrproject.org>
This commit is contained in:
parent
64f6ef860a
commit
201b666ecb
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ latex_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo-latex.pdf")
|
|||
latex_documents = [
|
||||
("index-tex", "zephyr.tex", "Zephyr Project Documentation", author, "manual"),
|
||||
]
|
||||
latex_engine = "xelatex"
|
||||
|
||||
# -- Options for zephyr.doxyrunner plugin ---------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue