Method: IsoDoc::PresentationXMLConvert#termnote1
- Defined in:
- lib/isodoc/presentation_function/terms.rb
#termnote1(elem) ⇒ Object
38 39 40 41 |
# File 'lib/isodoc/presentation_function/terms.rb', line 38 def termnote1(elem) lbl = termnote_label(elem) prefix_name(elem, { label: termnote_delim(elem) }, lower2cap(lbl), "name") end |