Do not render LaTeX locally

Offload the rendering service to MathTran.org, the free and open-source
LaTeX rendering engine.
This commit is contained in:
Vicent Marti
2012-09-01 12:17:01 +02:00
parent 942d32c9b6
commit ab699d94b0
5 changed files with 11 additions and 385 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency('github-markup', [">= 0.7.0", "< 1.0.0"])
s.add_dependency('github-markdown')
s.add_dependency('pygments.rb', "~> 0.2.0")
s.add_dependency('posix-spawn', "~> 0.3.0")
s.add_dependency('escape_utils', "0.2.4")
s.add_dependency('sinatra', "~> 1.0")
s.add_dependency('mustache', [">= 0.11.2", "< 1.0.0"])
s.add_dependency('sanitize', "~> 2.0.0")