This project uses LuaLaTeX to build the document and requires a minimal TeX distribution.
-
Install BasicTeX
Download and install BasicTeX for macOS from the official TeX Users Group site:
👉 https://www.tug.org/mactex/beginners.html -
Install missing packages
After installation, open Terminal and use
tlmgr(TeX Live Manager) to install required packages:sudo tlmgr update --self sudo tlmgr install lualatex-math luatexbase luatex85 fontspec textpos
-
Build
lualatex main.tex