Skip to content

Commit

Permalink
Add macOS instructions for latexpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Sep 3, 2024
1 parent c0ce0b8 commit 89cbca4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,12 @@ build process for the website. Or, run the following:

$ sudo apt install texlive-latex-base texlive-latex-extra latexmk

Or for MacOS, using homebrew:

$ brew install basictex
$ sudo tlmgr update --self
$ sudo tlmgr install collection-latexextra latexmk tex-gyre

The Python package, Sphinx, is needed along with those listed in
`docs/source/requirements.txt`:

Expand Down

0 comments on commit 89cbca4

Please sign in to comment.