We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f365d commit 20b1288Copy full SHA for 20b1288
1 file changed
.github/workflows/main.yml
@@ -34,6 +34,7 @@ jobs:
34
working_directory: tex
35
root_file: FormalLanguageConstrainedReachabilityLectureNotes.tex
36
compiler: lualatex
37
+ extra_system_packages: "font-liberation"
38
args: -interaction=nonstopmode -shell-escape
39
40
# Bibliography generation
@@ -51,6 +52,7 @@ jobs:
51
52
with:
53
54
55
56
57
58
@@ -60,6 +62,7 @@ jobs:
60
62
61
63
64
65
66
67
68
0 commit comments