I use TinyTeX as an alternative to MacTeX and can happily report that it can be used to build the Teletype manual instead of MacTeX. As a download it's much smaller than MacTeX at ~61MB, so I hope it might make building the docs a little more accessible.
I believe this should be the full instructions to install as a potential drop-in replacement for brew cask install mactex in the building docs requirements:
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | shtlmgr install titlesec # required package not already included in TinyTeXfmtutil-sys --all
I use TinyTeX as an alternative to MacTeX and can happily report that it can be used to build the Teletype manual instead of MacTeX. As a download it's much smaller than MacTeX at ~61MB, so I hope it might make building the docs a little more accessible.
I believe this should be the full instructions to install as a potential drop-in replacement for
brew cask install mactex
in the building docs requirements:wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
tlmgr install titlesec # required package not already included in TinyTeX
fmtutil-sys --all