Skip to content

Commit cc1d93d

Browse files
authored
fix latex errors in gallery (#83)
1 parent dff5b5c commit cc1d93d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
- name: Install LaTeX
27-
run: sudo apt-get install -y texlive-latex-base # texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended ghostscript
27+
run: sudo apt-get install -y texlive-latex-base texlive-latex-extra texlive-fonts-recommended # texlive-fonts-extra texlive-latex-recommended ghostscript
2828

29-
- name: Install optipng
30-
run: sudo apt-get install -y optipng
29+
- name: Install optipng, dvipng and cm-super
30+
run: sudo apt-get install -y optipng dvipng cm-super
3131

3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)