From 3a68b97087d910c88fb71cc52fbed1e2989f7ded Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 27 Sep 2010 13:25:32 -0700 Subject: [PATCH] asymptote - formula style tweaks --- Formula/asymptote.rb | 38 +++++++++++--------------------------- 1 file changed, 11 insertions(+), 27 deletions(-) diff --git a/Formula/asymptote.rb b/Formula/asymptote.rb index 384b3c31e4..6af373e130 100644 --- a/Formula/asymptote.rb +++ b/Formula/asymptote.rb @@ -1,5 +1,7 @@ require 'formula' +def TeX_installed?; return `which latex` != ''; end + class Asymptote