Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5e08bbae authored by Jason Kridner's avatar Jason Kridner
Browse files

Try xelatex

parent 780ae028
Branches
Tags
No related merge requests found
......@@ -147,7 +147,6 @@ latex_elements = {
"papersize": "a4paper",
"maketitle": open(BBDOCS_BASE / "_static" / "latex" / "title.tex").read(),
"preamble": open(BBDOCS_BASE / "_static" / "latex" / "preamble.tex").read(),
"fontpkg": r"\usepackage{charter}",
"sphinxsetup": ",".join(
(
"verbatimwithframe=false",
......@@ -159,6 +158,7 @@ latex_elements = {
)
),
}
latex_engine = "xelatex"
latex_logo = str(BBDOCS_BASE / "_static" / "images" / "logo-latex.pdf")
latex_documents = [
("index-tex", "beagleboard-docs.tex", "BeagleBoard Docs", author, "manual"),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment