diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-12-20 09:19:30 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-02-11 13:07:30 -0500 |
commit | cef88dc6ce96abb8fb0db3d8fd723fef3636695d (patch) | |
tree | 817659b608c7511d69eaf537f043bf86f7050ccd /src/doc_reform/meta | |
parent | latex, footnotes only (endnotes section removed) (diff) |
bugfix toc endnotes links in xmls, other minor
Diffstat (limited to 'src/doc_reform/meta')
-rw-r--r-- | src/doc_reform/meta/metadoc_from_src.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc_reform/meta/metadoc_from_src.d b/src/doc_reform/meta/metadoc_from_src.d index 9178fae..d37e029 100644 --- a/src/doc_reform/meta/metadoc_from_src.d +++ b/src/doc_reform/meta/metadoc_from_src.d @@ -1385,7 +1385,7 @@ template docAbstraction() { comp_obj_toc.attrib.indent_base = indent["base_position"]; comp_obj_toc.attrib.bullet = false; if (the_endnotes_section.length > 1) { - toc_txt_ = format("%s%s%s%s%s#%s", + toc_txt_ = format("%s%s%s%s#%s%s", mkup.lnk_o, "Endnotes", mkup.lnk_c, @@ -5590,7 +5590,7 @@ template docAbstraction() { ObjGenericComposite comp_obj_endnote_; comp_obj_endnote_ = comp_obj_endnote_.init; comp_obj_endnote_.metainfo.is_of_part = "backmatter"; - comp_obj_endnote_.metainfo.is_of_section = "endnote"; + comp_obj_endnote_.metainfo.is_of_section = "endnotes"; comp_obj_endnote_.metainfo.is_of_type = "para"; comp_obj_endnote_.metainfo.is_a = "endnote"; comp_obj_endnote_.metainfo.ocn = 0; |