Method: IsoDoc::PresentationXMLConvert#mathml1

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

#mathml1(node, locale) ⇒ Object



111
112
113
114
# File 'lib/isodoc/presentation_function/math.rb', line 111

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