Class: IsoDoc::M3AAWG::WordConvert

Inherits:
Generic::WordConvert
  • Object
show all
Includes:
BaseRender, Init
Defined in:
lib/isodoc/m3aawg/word_convert.rb

Instance Method Summary collapse

Methods included from Init

#i18n_init, #metadata_init, #xref_init

Instance Method Details

#colophon(_docxml, body) ⇒ Object



13
14
15
16
17
# File 'lib/isodoc/m3aawg/word_convert.rb', line 13

def colophon(_docxml, body)
  section_break(body)
  body.div class: "colophon" do |div|
  end
end

#configurationObject



9
10
11
# File 'lib/isodoc/m3aawg/word_convert.rb', line 9

def configuration
  Metanorma::M3AAWG.configuration
end