Method: IsoDoc::HtmlFunction::Html#html_preface
- Defined in:
- lib/isodoc/html_function/postprocess.rb
#html_preface(docxml) ⇒ Object
74 75 76 77 78 79 80 81 82 |
# File 'lib/isodoc/html_function/postprocess.rb', line 74 def html_preface(docxml) html_cover(docxml) if @htmlcoverpage && !@bare html_intro(docxml) if @htmlintropage && !@bare docxml.at("//body") << mathjax(@openmathdelim, @closemathdelim) docxml.at("//body") << sourcecode_highlighter html_main(docxml) (docxml) docxml end |