We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d907f0 commit ebcff3dCopy full SHA for ebcff3d
1 file changed
.github/workflows/build.yml
@@ -33,14 +33,12 @@ jobs:
33
texlive-science \
34
texlive-pictures \
35
texlive-bibtex-extra \
36
+ texlive-plain-generic \
37
biber \
38
latexmk \
39
cm-super \
40
dvipng \
41
ghostscript
- # Install any missing LaTeX packages via tlmgr
42
- sudo tlmgr init-usertree || true
43
- sudo tlmgr install soul || true
44
45
- name: Install Python dependencies
46
run: |
0 commit comments