Method: IsoDoc::Convert#init_arrangement
- Defined in:
- lib/isodoc/init.rb
#init_arrangement(options) ⇒ Object
54 55 56 57 58 |
# File 'lib/isodoc/init.rb', line 54 def init_arrangement() @sectionsplit = [:sectionsplit] == "true" @bare = [:bare] @semantic_xml_insert = [:semanticxmlinsert] != "false" end |