diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4f5de07..2fe0fc2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,11 +22,11 @@ jobs: make \ jq \ unzip \ - texlive \ texlive-latex-base \ texlive-fonts-recommended \ texlive-fonts-extra \ - texlive-latex-extra + texlive-latex-extra \ + texlive-xetex - name: Install Pandoc run: | diff --git a/Makefile b/Makefile index a738c5c..8d044c3 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ upgrade: ####################################### docs: pandoc -f markdown -t gfm -o README.md README_.md - pandoc -f markdown -t pdf -o README.pdf README_.md --pdf-engine=texlive --toc-depth=3 --number-sections --template=eisvogel.latex --listings --variable date=$(DATE) --lua-filter=diagram.lua + pandoc -f markdown -t pdf -o README.pdf README_.md --pdf-engine=xelatex --toc-depth=3 --number-sections --template=eisvogel.latex --listings --variable date=$(DATE) --lua-filter=diagram.lua docs-install: ifeq ($(OS),Windows_NT)