module TeXMath
Constants
- VERSION
Public Class Methods
convert(data, options = {})
click to toggle source
# File lib/texmath.rb, line 6 def self.convert(data, options = {}) Converter.new(options).convert(data) end