Skip to content

Commit

Permalink
Make some tests use lualatex and latexmk
Browse files Browse the repository at this point in the history
Ensure that those PDF engines are available.

Closes: #97
  • Loading branch information
tarleb committed May 4, 2024
1 parent 24d21cb commit e88f231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test-latex: output/testsuite.pdf output/french.pdf output/german.pdf \
output/testsuite.pdf: testsuite.native
$(LATEX_CMD) $< \
--output=$@ \
--pdf-engine=xelatex
--pdf-engine=latexmk

output/french.pdf: french.md
$(LATEX_CMD) $< \
Expand All @@ -120,7 +120,7 @@ output/french.pdf: french.md
output/german.pdf: german.md
$(LATEX_CMD) $< \
--output=$@ \
--pdf-engine=xelatex
--pdf-engine=lualatex

output/lorem-geometry.pdf: lorem.md geometry.yaml
$(LATEX_CMD) $< \
Expand Down

0 comments on commit e88f231

Please sign in to comment.