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 3646132..fea2300 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -19,8 +19,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" <<doc_header_including_copyright_and_license>> @@ -1563,8 +1563,8 @@ align="left|right|center" } #+END_SRC -* _html_ [#A] :html: -** _module template_ :module: +* _html_ [#A] :html: +** _module template_ :module: #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/html.d" <<doc_header_including_copyright_and_license>> @@ -1593,7 +1593,7 @@ template outputHTML() { } #+END_SRC -** scroll :scroll: +** scroll :scroll: *** ↻ loop & switch (sections & objects) format html output #+NAME: output_html_scroll_0 @@ -1829,7 +1829,7 @@ template outputHTML() { } #+END_SRC -** seg :seg: +** seg :seg: *** ↻ loop & switch (sections & objects) format html output #+NAME: output_html_seg_0 @@ -2171,7 +2171,7 @@ template outputHTML() { } #+END_SRC -** css :css: +** css :css: #+NAME: output_html_css #+BEGIN_SRC d @@ -2192,7 +2192,7 @@ template outputHTML() { } #+END_SRC -** images :images: +** images :images: #+NAME: copy_html_images #+BEGIN_SRC d @@ -2223,7 +2223,7 @@ template outputHTML() { } #+END_SRC -* _epub_ [#B] :epub: +* _epub_ [#B] :epub: |-----------------------+--------------------------+---------------------------+----------------------------------| | function | filename | module | variable | @@ -2241,7 +2241,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" <<doc_header_including_copyright_and_license>> @@ -2270,7 +2270,7 @@ template outputEPub3() { } #+END_SRC -** special (epub) files :format: +** special (epub) files :format: *** static **** _identify doc filetype_ (mimetype) [static] @@ -2955,7 +2955,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_8 #+BEGIN_SRC d @@ -3151,7 +3151,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_9 #+BEGIN_SRC d |