Skip to content

Commit

Permalink
ci: update LaTeX engine to xelatex
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Feb 21, 2024
1 parent d71b688 commit 2d844a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d844a9

Please sign in to comment.