Add macOS instructions for latexpdf

This commit is contained in:
Miodrag Milanovic 2024-09-03 09:15:12 +02:00
parent c0ce0b82a8
commit 89cbca4f44
1 changed files with 6 additions and 0 deletions

View File

@ -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`: