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 31d6e9a436
commit bcc0fec12c
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23

View File

@ -70,3 +70,5 @@ html_context = {
edit_on_github_project = 'nextcloud/documentation'
edit_on_github_branch = 'master'
latex_engine = "xelatex"