lib/isodoc/function/to_word_html.rb in isodoc-0.9.9 vs lib/isodoc/function/to_word_html.rb in isodoc-0.9.10
- old
+ new
@@ -72,9 +72,10 @@
section_break(body)
end
def make_body3(body, docxml)
body.div **{ class: "main-section" } do |div3|
+ abstract docxml, div3
foreword docxml, div3
introduction docxml, div3
middle docxml, div3
footnotes div3
comments div3