Skip to content

Commit 68182fc

Browse files
committed
added texlive-science package
1 parent 75794a1 commit 68182fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latexmk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
sudo apt-get update
2424
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
25-
sudo apt-get install -y texlive-fonts-extra
25+
sudo apt-get install -y texlive-fonts-extra texlive-science
2626
2727
# Step 3: Install make (required to run your Makefile)
2828
- name: Install make

0 commit comments

Comments
 (0)