Sep 23, 2022 learning LaTeX Mac
# most of the time, these are all you need:
brew install basictex
sudo tlmgr install collection-fontsrecommended latexmk
# now try to compile your project using latexmk:
cd /path/to/your/LaTeX/project
latexmk
# if some.sty is missing,
# use the following command to find out which package includes it
tlmgr search --global --file some.sty
# and then install it
tlmgr install missingPackage
Activities mentions in this site have been supported by the following grants: