Method: IsoDoc::PresentationXMLConvert#termnote1

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

#termnote1(f) ⇒ Object

introduce name element



120
121
122
123
# File 'lib/isodoc/presentation_function/block.rb', line 120

def termnote1(f)
  lbl = l10n(@xrefs.anchor(f["id"], :label) || "???")
  prefix_name(f, "", lower2cap(lbl), "name")
end