Method: IsoDoc::Convert#init_covers
- Defined in:
- lib/isodoc/convert.rb
#init_covers(options) ⇒ Object
133 134 135 136 137 138 139 140 141 142 143 |
# File 'lib/isodoc/convert.rb', line 133 def init_covers() @header = [:header] @htmlcoverpage = [:htmlcoverpage] @wordcoverpage = [:wordcoverpage] @htmlintropage = [:htmlintropage] @wordintropage = [:wordintropage] @scripts = [:scripts] || File.join(File.dirname(__FILE__), "base_style", "scripts.html") @scripts_pdf = [:scripts_pdf] @scripts_override = [:scripts_override] end |