Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install LaTeX
run: |
sudo apt-get update
sudo apt-get install -y texlive-full
sudo apt-get install -y texlive-base texlive-latex-extra texlive-fonts-extra texlive-pictures

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Note: PDF and PNG generation require `pdflatex` to be installed and available in
- Install [MacTEX](https://www.tug.org/mactex/mactex-download.html) ✅
- `brew install --cask mactex`
- Ubuntu:
- `sudo apt-get install texlive-full` ✅
- `sudo apt-get install texlive-base texlive-latex-extra texlive-fonts-extra texlive-pictures` ✅
- Windows: Install [MiKTeX](https://miktex.org/download)

### PNG generation
Expand Down