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 committed by backportbot-nextcloud[bot]
parent eb617ac454
commit bb01905b58

View File

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