From a7022736ad993d29ff39d045f95e28de13e07bfe Mon Sep 17 00:00:00 2001 From: John Marshall Date: Thu, 28 Feb 2019 10:33:45 +0000 Subject: [PATCH] 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. --- Library/Homebrew/missing_formula.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index efb0784f02..8c3a85ac73 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -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