TeX on macOS Big Sur


Summary

In this post simply introduce how to build a TeX environment on macOS.

Prerequisites

  • macOS Big Sur v11.5.1
  • Homebrew v3.2.6

Setup

brew install --cask mactex-no-gui
export PATH=$PATH:/usr/local/texlive/2021/bin/universal-darwin
sudo tlmgr update --self --all

References