Skip to content

Commit

Permalink
Add compilation with lualatex
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 25, 2019
1 parent 4695996 commit 210d296
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
with:
root_file: test.tex
working_directory: test/
- name: Compile basic LaTeX document with lualatex
uses: ./
with:
root_file: test.tex
working_directory: test/
compiler: lualatex
args: -file-line-error -interaction=nonstopmode
- name: Compile LaTeX document with math symbols
uses: ./
with:
Expand Down

0 comments on commit 210d296

Please sign in to comment.