Method: IsoDoc::PresentationXMLConvert#implicit_reference

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

#implicit_reference(bib) ⇒ Object

reference not to be rendered because it is deemed implicit in the standards environment



219
220
221
# File 'lib/isodoc/presentation_function/refs.rb', line 219

def implicit_reference(bib)
  bib["hidden"] == "true"
end