Changed index building to take chapters into account - [merged]
sebastinas opened this issue · 2 comments
sebastinas commented
On GitLab by @andreas on Nov 3, 2020, 23:54
Merges develop -> develop
In mupdf, documents are divided into chapters and pages rather than just pages. This lead to a bug where index mode would link to sections without taking chapters into consideration, meaning that every chapter would link to page 1 (as described in this issue).
This merge requests solves the problem by taking the chapter into account when generating the index.
sebastinas commented
merged
sebastinas commented
mentioned in commit 7bc9112