Method: IsoDoc::Convert#init_rendering

Defined in:
lib/isodoc/convert.rb

#init_rendering(options) ⇒ Object



72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/isodoc/convert.rb', line 72

def init_rendering(options)
  @ulstyle = options[:ulstyle]
  @olstyle = options[:olstyle]
  @datauriimage = options[:datauriimage]
  @suppressheadingnumbers = options[:suppressheadingnumbers]
  @break_up_urls_in_tables = options[:break_up_urls_in_tables] == "true"
  @sectionsplit = options[:sectionsplit] == "true"
  @suppressasciimathdup = options[:suppressasciimathdup] == "true"
  @bare = options[:bare]
  @aligncrosselements = options[:aligncrosselements]
  @modspecidentifierbase = options[:modspecidentifierbase]
end