Merge pull request #5816 from jmarshall/asymptote

missing_formula: add message for Asymptote
This commit is contained in:
Mike McQuaid 2019-03-13 16:01:07 +00:00 committed by GitHub
commit 056da8188f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ module Homebrew
macOS provides gem as part of Ruby. To install a newer version: macOS provides gem as part of Ruby. To install a newer version:
brew install ruby brew install ruby
EOS EOS
when "tex", "tex-live", "texlive", "latex" then <<~EOS when "tex", "tex-live", "texlive", "mactex", "latex" then <<~EOS
There are three versions of MacTeX. There are three versions of MacTeX.
Full installation: Full installation:
@ -26,6 +26,10 @@ module Homebrew
Minimal installation: Minimal installation:
brew cask install basictex brew cask install basictex
EOS EOS
when "asymptote" then <<~EOS
Asymptote is part of MacTeX:
brew cask install mactex
EOS
when "pip" then <<~EOS when "pip" then <<~EOS
pip is part of the python formula: pip is part of the python formula:
brew install python brew install python