diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-10-15 10:04:49 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | d528fb1689e8e3c00557af57455c892d3c813b15 (patch) | |
tree | 6ca3437ec90573f34309da2729a5ecf2c17eba0c /org/output_xmls.org | |
parent | 0.2.0 renames pod from sisupod (diff) |
org headings & tags, minordoc-reform_v0.2.0
Diffstat (limited to 'org/output_xmls.org')
-rw-r--r-- | org/output_xmls.org | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/org/output_xmls.org b/org/output_xmls.org index a1b166e..12b37a1 100644 --- a/org/output_xmls.org +++ b/org/output_xmls.org @@ -16,9 +16,9 @@ - [[./doc_reform.org][doc_reform]] [[./][org/]] - [[./output_hub.org][output_hub]] -* xml offspring (xhtml html epub) :module: +* xml offspring (xhtml html epub) ** format xhtml objects :format: -*** 0. module template +*** 0. module template :module: #+BEGIN_SRC d :tangle ../src/doc_reform/output/xmls.d module doc_reform.output.xmls; @@ -1401,8 +1401,8 @@ auto endnote(M,O)( } #+END_SRC -* _html_ [#A] :module:doc_reform:output_html: -** module template +* _html_ [#A] :html: +** module template :module: #+BEGIN_SRC d :tangle ../src/doc_reform/output/html.d module doc_reform.output.html; @@ -1920,7 +1920,7 @@ void images_cp(M)( } #+END_SRC -* _epub_ [#B] :module:doc_reform:output_epub3: +* _epub_ [#B] :epub: |-----------------------+--------------------------+---------------------------+----------------------------------| | function | filename | module | variable | @@ -1938,7 +1938,7 @@ void images_cp(M)( | | | | doc_epub3_endnotes[seg_filename] | |-----------------------+--------------------------+---------------------------+----------------------------------| -** module template +** module template :module: #+BEGIN_SRC d :tangle ../src/doc_reform/output/epub3.d module doc_reform.output.epub3; @@ -2564,7 +2564,7 @@ void outputEPub3(D,I)( } #+END_SRC -** write output files +** write output files :write:zip: #+name: output_epub3_xhtml_seg #+BEGIN_SRC d @@ -2763,7 +2763,7 @@ void epub3_write_output_files(M,D,E,Mt,Mic,Otnx,Otn,Oc)( } #+END_SRC -** zip debug, read zip archive +** zip debug, read zip archive :zip: #+name: output_epub3_xhtml_seg #+BEGIN_SRC d |