2

I have successfully Installed mactex using brew as shown below

  $ brew cask install mactex
==> Satisfying dependencies
==> Downloading http://mirror.ctan.org/systems/mac/mactex/mactex-20170524.pkg
Already downloaded: /Users/amar/Library/Caches/Homebrew/Cask/mactex--20170524
.pkg
==> Verifying checksum for Cask mactex
==> Installing Cask mactex
==> Running installer for mactex; your password may be necessary.
==> Package installers may write to any location; options such as --appdir are 
Password:
==> installer: Package name is MacTeX-2017
==> installer: Installing at base path /
==> installer: The install was successful.
  mactex was successfully installed!

The issue is that how do I launch it now. I am not able to find it in applications or using search (command + space)

enter image description here

1 Answers1

1

For anyone still confused, the GUIs installed with homebrew can be found in the /Applications/TeX folder. Searching TeX with Cmd + [Space] will not find the nested programs by default.

Source: What Is Installed? (Section 3 GUI Applications)

  • I think the confusion on the original question was that the OP thought that MacTeX installs a GUI Application that is TeX, but this is simply not the case. – Alan Munn Apr 21 '21 at 16:43
  • Understood, I agree that the distinction is important. However there is still the follow-up question of "How do I launch the GUI?" so my answer is meant to address that specifically. Currently the standard way of installing TeX using brew is to run the command brew install --cask mactex, which includes several GUIs as part of the package. From my understanding, the older command brew cask install mactex also includes GUIs: https://tex.stackexchange.com/a/155081/240361 – NNNComplex Apr 21 '21 at 17:03