Module: MathTypeToMathML
- Defined in:
- lib/mathtype_to_mathml/mover.rb,
lib/mathtype_to_mathml.rb,
lib/mathtype_to_mathml/version.rb,
lib/mathtype_to_mathml/char_replacer.rb
Overview
XSLT 1.0 has virtually non-existent capabilities for character ranges, codepoints, hex to decimal, etc., so we replace characters within character ranges with Ruby. Single character translations are still done with XSLT.
Defined Under Namespace
Classes: CharReplacer, Converter, Mover
Constant Summary collapse
- VERSION =
"0.0.1"