Method: IsoDoc::PresentationXMLConvert#mathml1

Defined in:
lib/isodoc/presentation_function/math.rb

#mathml1(node, locale) ⇒ Object



159
160
161
162
# File 'lib/isodoc/presentation_function/math.rb', line 159

def mathml1(node, locale)
  mathml_style_inherit(node)
  mathml_number(node, locale)
end