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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user