diff options
Diffstat (limited to 'org/out_xmls.org')
| -rw-r--r-- | org/out_xmls.org | 26 | 
1 files changed, 13 insertions, 13 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org index db1b2a0..c76e44b 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -18,8 +18,8 @@  - [[./output_hub.org][output_hub]]  * xml offspring (xhtml html epub) -** format xhtml objects                                             :format: -*** _module template_                                                :module: +** format xhtml objects                                              :format: +*** _module template_                                                  :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/xmls.d"  module doc_reform.io_out.xmls; @@ -1524,7 +1524,7 @@ align="left|right|center"  #+END_SRC  * _html_ [#A]                                                            :html: -** _module template_                                                  :module: +** _module template_                                                   :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/html.d"  module doc_reform.io_out.html; @@ -1538,7 +1538,7 @@ template outputHTML() {  }  #+END_SRC -** scroll                                                           :scroll: +** scroll                                                            :scroll:  *** ↻ loop & switch (sections & objects) format html output  #+NAME: output_html_scroll @@ -1774,7 +1774,7 @@ template outputHTML() {  }  #+END_SRC -** seg                                                                 :seg: +** seg                                                                  :seg:  *** ↻ loop & switch (sections & objects) format html output  #+NAME: output_html_seg @@ -2116,7 +2116,7 @@ template outputHTML() {  }  #+END_SRC -** css                                                                 :css: +** css                                                                  :css:  #+NAME: output_html_css  #+BEGIN_SRC d @@ -2137,7 +2137,7 @@ template outputHTML() {  }  #+END_SRC -** images                                                           :images: +** images                                                            :images:  #+NAME: copy_html_images  #+BEGIN_SRC d @@ -2168,7 +2168,7 @@ template outputHTML() {  }  #+END_SRC -* _epub_ [#B]                                                            :epub: +* _epub_ [#B]                                                          :epub:  |-----------------------+--------------------------+---------------------------+----------------------------------|  | function              | filename                 | module                    | variable                         | @@ -2186,7 +2186,7 @@ template outputHTML() {  |                       |                          |                           | doc_epub3_endnotes[seg_filename] |  |-----------------------+--------------------------+---------------------------+----------------------------------| -** _module template_                                                  :module: +** _module template_                                                 :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/epub3.d"  module doc_reform.io_out.epub3; @@ -2202,7 +2202,7 @@ template outputEPub3() {  }  #+END_SRC -** special (epub) files                                             :format: +** special (epub) files                                              :format:  *** static  **** _identify doc filetype_ (mimetype) [static] @@ -2530,7 +2530,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container">  }  #+END_SRC -** the document contents                                               :seg: +** the document contents                                                :seg:  *** ↻ loop & switch (sections & objects) format epub3 xhtml output  #+NAME: output_epub3_xhtml_seg @@ -2888,7 +2888,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container">  }  #+END_SRC -** write output files                                            :write:zip: +** write output files                                             :write:zip:  #+NAME: output_epub3_xhtml_seg  #+BEGIN_SRC d @@ -3084,7 +3084,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container">    }  #+END_SRC -** zip debug, read zip  archive                                        :zip: +** zip debug, read zip  archive                                         :zip:  #+NAME: output_epub3_xhtml_seg  #+BEGIN_SRC d  | 
