-
Notifications
You must be signed in to change notification settings - Fork 9
Installing the Tools
Dominique edited this page Nov 18, 2023
·
1 revision
I recommend using Homebrew.
- Install a full TeXLive distribution with
brew install --cask mactex
. Althoughmactex
installs certain GUI components, such as the TeXShop editor, I recommend using a solid all-around text and code editor instead, which will match TeXShop’s features, and far exceed them as it is not restricted to editing LaTeX documents. If you want to avoid installing the GUI components, usebrew install —cask mactex-nogui
instead. -
chktex
comes preinstalled with the TeXLive distribution. - Install
ltex
withbrew install ltex-ls
. - Install
textidote
withbrew install textidote
. -
latexindent
comes preinstalled with the TeXLive distribution but becauselatexindent
is updated often and the version in TeXLive may be several releases behind, usebrew install latexindent
.