Method: IsoDoc::PresentationXMLConvert#termsource_designation

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

#termsource_designation(fmtsource) ⇒ Object



105
106
107
108
109
110
# File 'lib/isodoc/presentation_function/terms.rb', line 105

def termsource_designation(fmtsource)
  p = fmtsource.previous_element
      p&.name == "p" or return
      p << " "
      p << fmtsource.children
end