feat(build): add unicode support to Latex for PDF

based on https://docs.readthedocs.io/en/stable/guides/pdf-non-ascii-languages.html

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon
2023-08-31 15:17:11 +02:00
parent 23b257dab3
commit 04839b5ba9

View File

@@ -73,3 +73,5 @@ edit_on_github_branch = 'master'
# user starts in light mode
default_dark_mode = False
latex_engine = "xelatex"