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:
parent
0c7c45a131
commit
a7022736ad
@ -27,7 +27,9 @@ module Homebrew
|
|||||||
brew cask install basictex
|
brew cask install basictex
|
||||||
EOS
|
EOS
|
||||||
when "asymptote" then <<~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
|
tlmgr install asymptote
|
||||||
EOS
|
EOS
|
||||||
when "pip" then <<~EOS
|
when "pip" then <<~EOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user