Skip to content

Commit cd33abe

Browse files
committed
fix: broken tex package list in build step
1 parent 39f90c5 commit cd33abe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535

3636
- name: Install extra Latex packages
3737
run: |
38-
tlmgr install \
39-
standalone everysel preview doublestroke ms setspace rsfs relsize ragged2e fundus-calligra
40-
microtype wasysym physics dvisvgm jknapltx wasy cm-super babel-english gnu-freefont
41-
mathastext cbfonts-fd
38+
tlmgr install standalone everysel preview doublestroke ms setspace rsfs relsize ragged2e fundus-calligra microtype wasysym physics dvisvgm jknapltx wasy cm-super babel-english gnu-freefont mathastext cbfonts-fd
4239
latex --version
4340
4441
- name: Install Python Dependencies

0 commit comments

Comments
 (0)