lib/isodoc/ribose/word_convert.rb in metanorma-ribose-2.2.7 vs lib/isodoc/ribose/word_convert.rb in metanorma-ribose-2.2.8
- old
+ new
@@ -10,24 +10,9 @@
class WordConvert < IsoDoc::Generic::WordConvert
def configuration
Metanorma::Ribose.configuration
end
- def make_body2(body, docxml)
- body.div **{ class: "WordSection2" } do |div2|
- boilerplate docxml, div2
- preface_block docxml, div2
- abstract docxml, div2
- foreword docxml, div2
- executivesummary docxml, div2
- introduction docxml, div2
- preface docxml, div2
- acknowledgements docxml, div2
- div2.p { |p| p << " " } # placeholder
- end
- section_break(body)
- end
-
include BaseConvert
include Init
end
end
end