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 /org/metaverse.org | |
parent | latex, footnotes only (endnotes section removed) (diff) |
bugfix toc endnotes links in xmls, other minor
Diffstat (limited to 'org/metaverse.org')
-rw-r--r-- | org/metaverse.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/metaverse.org b/org/metaverse.org index 77a9051..cc8414b 100644 --- a/org/metaverse.org +++ b/org/metaverse.org @@ -1825,7 +1825,7 @@ comp_obj_toc.attrib.indent_hang = indent["hang_position"]; 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, @@ -6961,7 +6961,7 @@ struct NotesSection { 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; |