Module: TeXMath
- Defined in:
- lib/texmath.rb,
lib/texmath/errors.rb,
lib/texmath/version.rb,
lib/texmath/converter.rb more...
Defined Under Namespace
Classes: ConversionError, Converter, NoExecutableError
Constant Summary collapse
- VERSION =
'0.0.2'
Class Method Summary collapse
Class Method Details
permalink .convert(data, options = {}) ⇒ Object
[View source]
6 7 8 |
# File 'lib/texmath.rb', line 6 def self.convert(data, = {}) Converter.new().convert(data) end |