Skip to content

Commit

Permalink
Fixed bug in NCX TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-h21 committed Mar 17, 2023
1 parent 3edc576 commit 002d73b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

- 2023/03/17

- fixed bug in generating of TOC in the NCX file.

- 2023/03/02

- released verision `0.3i`
Expand Down
2 changes: 1 addition & 1 deletion tex4ebook.4ht
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ href="#1" media-type="\a:CoverMimeType" />}}
\ncx:head%
% Book title
\ncx:title%
\tableofcontents[part,appendix,chapter,likechapter,appendixsec,section,likesection,appendixsubsec,subsection,likesubsection,subsubsection,likesubsubsection]%
\TableOfContents[part,appendix,chapter,likechapter,appendixsec,section,likesection,appendixsubsec,subsection,likesubsection,subsubsection,likesubsubsection]%
%Hack to get close tag working
\HCode{</ncx>}%
\EndNoFonts
Expand Down

0 comments on commit 002d73b

Please sign in to comment.