Clarify that TeX Live Utility (tlmgr) comes with the TeX installation

MacTeX is the macOS package of TeX Live; also mention the latter for
the sake of non-Mac Brew.
This commit is contained in:
John Marshall 2019-02-28 10:33:45 +00:00
parent 0c7c45a131
commit a7022736ad

View File

@ -27,7 +27,9 @@ module Homebrew
brew cask install basictex
EOS
when "asymptote" then <<~EOS
Asymptote is bundled with MacTeX. Install it via TeX Live Utility or:
Asymptote is bundled with MacTeX / TeX Live. When that is installed, Asymptote
may have been installed with it or can be added using the TeX Live Utility via
either its GUI or command line:
tlmgr install asymptote
EOS
when "pip" then <<~EOS