From 1dab1836fe17ecdbf750b99832c4d1f789bedcf1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 6 May 2020 18:51:42 -0400 Subject: doc abstraction, code & org whitespace, cosmetic --- org/out_xmls.org | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'org/out_xmls.org') 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 -- cgit v1.2.3