Method: Metanorma::Sectionsplit#xref_to_internal_eref_prep
- Defined in:
- lib/metanorma/sectionsplit_links.rb
#xref_to_internal_eref_prep(section, xml) ⇒ Object
64 65 66 67 68 69 |
# File 'lib/metanorma/sectionsplit_links.rb', line 64 def xref_to_internal_eref_prep(section, xml) bibitems = Util::gather_bibitems(section) indirect_bibitems = Util::gather_bibitems(xml) .select { |_, v| indirect_bib?(v) } [bibitems, indirect_bibitems] end |