File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 path : tex/figures/externalized
2828 key : tikz-externalized
2929
30- # First run of pdflatex .
31- - name : First pdflatex FormalLanguageConstrainedReachabilityLectureNotes
30+ # First run of lualatex .
31+ - name : First lualatex FormalLanguageConstrainedReachabilityLectureNotes
3232 uses : dante-ev/latex-action@latest
3333 with :
3434 working_directory : tex
3535 root_file : FormalLanguageConstrainedReachabilityLectureNotes.tex
36- compiler : pdflatex
36+ compiler : lualatex
3737 args : -interaction=nonstopmode -shell-escape
3838
3939 # Bibliography generation
@@ -46,21 +46,21 @@ jobs:
4646 args :
4747
4848 # Second compilation
49- - name : Second pdflatex FormalLanguageConstrainedReachabilityLectureNotes
49+ - name : Second lualatex FormalLanguageConstrainedReachabilityLectureNotes
5050 uses : dante-ev/latex-action@latest
5151 with :
5252 working_directory : tex
5353 root_file : FormalLanguageConstrainedReachabilityLectureNotes.tex
54- compiler : pdflatex
54+ compiler : lualatex
5555 args : -interaction=nonstopmode -shell-escape
5656
5757 # Final compilation
58- - name : Final pdflatex FormalLanguageConstrainedReachabilityLectureNotes
58+ - name : Final lualatex FormalLanguageConstrainedReachabilityLectureNotes
5959 uses : dante-ev/latex-action@latest
6060 with :
6161 working_directory : tex
6262 root_file : FormalLanguageConstrainedReachabilityLectureNotes.tex
63- compiler : pdflatex
63+ compiler : lualatex
6464 args : -interaction=nonstopmode -shell-escape
6565
6666 - name : Get short SHA for commit
You can’t perform that action at this time.
0 commit comments