diff --git a/lib/gollum/tex.rb b/lib/gollum/tex.rb index f84f02e7..01318823 100644 --- a/lib/gollum/tex.rb +++ b/lib/gollum/tex.rb @@ -40,6 +40,10 @@ module Gollum if `which convert` == "" raise Error, "`convert` command not found" end + + if `which gs` == "" + raise Error, "`gs` command not found" + end end def self.render_formula(formula)