We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68182fc commit 7fca04dCopy full SHA for 7fca04d
1 file changed
.github/workflows/latexmk.yml
@@ -22,7 +22,8 @@ jobs:
22
run: |
23
sudo apt-get update
24
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
25
- sudo apt-get install -y texlive-fonts-extra texlive-science
+ sudo apt-get install -y texlive-fonts-extra texlive-science texlive-pstricks
26
+ sudo apt-get install -y texlive-latex3
27
28
# Step 3: Install make (required to run your Makefile)
29
- name: Install make
0 commit comments