Method: IsoDoc::HtmlFunction::Html#html_preface
- Defined in:
- lib/isodoc/html_function/html.rb
#html_preface(docxml) ⇒ Object
158 159 160 161 162 163 164 165 |
# File 'lib/isodoc/html_function/html.rb', line 158 def html_preface(docxml) html_cover(docxml) if @htmlcoverpage html_intro(docxml) if @htmlintropage docxml.at("//body") << mathjax(@openmathdelim, @closemathdelim) docxml.at("//body") << sourcecode_highlighter html_main(docxml) docxml end |