Requires ghostscript too
This commit is contained in:
@@ -40,6 +40,10 @@ module Gollum
|
|||||||
if `which convert` == ""
|
if `which convert` == ""
|
||||||
raise Error, "`convert` command not found"
|
raise Error, "`convert` command not found"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if `which gs` == ""
|
||||||
|
raise Error, "`gs` command not found"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.render_formula(formula)
|
def self.render_formula(formula)
|
||||||
|
|||||||
Reference in New Issue
Block a user