diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5687dda..b413de7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | diff --git a/README.md b/README.md index 49ad6a3..d72b548 100644 --- a/README.md +++ b/README.md @@ -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