Module: MathML::String
- Included in:
- String
- Defined in:
- lib/math_ml/string.rb
Constant Summary collapse
- @@mathml_latex_parser =
nil
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#to_mathml(displaystyle = false) ⇒ Object
24 25 26 |
# File 'lib/math_ml/string.rb', line 24 def to_mathml(displaystyle=false) MathML::String.mathml_latex_parser.parse(self, displaystyle) end |