Merge pull request #5816 from jmarshall/asymptote
missing_formula: add message for Asymptote
This commit is contained in:
commit
056da8188f
@ -14,7 +14,7 @@ module Homebrew
|
||||
macOS provides gem as part of Ruby. To install a newer version:
|
||||
brew install ruby
|
||||
EOS
|
||||
when "tex", "tex-live", "texlive", "latex" then <<~EOS
|
||||
when "tex", "tex-live", "texlive", "mactex", "latex" then <<~EOS
|
||||
There are three versions of MacTeX.
|
||||
|
||||
Full installation:
|
||||
@ -26,6 +26,10 @@ module Homebrew
|
||||
Minimal installation:
|
||||
brew cask install basictex
|
||||
EOS
|
||||
when "asymptote" then <<~EOS
|
||||
Asymptote is part of MacTeX:
|
||||
brew cask install mactex
|
||||
EOS
|
||||
when "pip" then <<~EOS
|
||||
pip is part of the python formula:
|
||||
brew install python
|
||||
|
Loading…
x
Reference in New Issue
Block a user