Sha256: 7c2e43655688e8b1be549ba0eb109c3c4657bcb7c00032d64a8264d894429d75
Contents?: true
Size: 507 Bytes
Versions: 11
Compression:
Stored size: 507 Bytes
Contents
module IsoDoc module IHO module BaseConvert # terms not defined in standoc def error_parse(node, out) case node.name when "appendix" then clause_parse(node, out) else super end end def std_bibitem_entry(list, bib, ordinal, biblio) list.p **attr_code(iso_bibitem_entry_attrs(bib, biblio)) do |ref| prefix_bracketed_ref(ref, "[#{ordinal}]") reference_format(bib, ref) end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems