Skip to content

Commit

Permalink
ci: update pandoc PDF engine in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Feb 21, 2024
1 parent acfaab5 commit d71b688
Showing 1 changed file with 1 addition and 1 deletion.
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=xelatex --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=texlive --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 d71b688

Please sign in to comment.