Does Zotero support Page Numbers in E-Books
Hello
I have seen Calibre 7.17 now supports page numbers in e-books. https://calibre-ebook.com/whats-new
So my question is, does Zotero support it too?
Thanks for your answer.
I have seen Calibre 7.17 now supports page numbers in e-books. https://calibre-ebook.com/whats-new
So my question is, does Zotero support it too?
Thanks for your answer.
https://s3.amazonaws.com/zotero.org/images/forums/u1102525/bik1kxze17824235518w.png
Re toolbar display, it's actually the other way around. The physical page number shows in the text box on the left, and the "logical" page number shows on the right. You can hover over the text box on the left to see whether the page numbers map to physical pages - if they do, the tooltip will say "Page", and if they don't, it'll say "Location".
This is not ideal UI. We're working on improving it.
BTW do you have info about "There's a standard way to mark physical page numbers in EPUBs"?
Thanks for your help.
https://www.w3.org/TR/epub-ssv-11/#pagebreak
There's supposed to be a
<nav epub:type="page-list">
element in the nav document, with corresponding<some-tag epub:type="pagebreak" title="123">
elements in the book's text. Zotero only parses the latter right now.Most EPUBs with physical page numbers that I've worked with have done it their own way - usually something like
<h1 id="page123">
in the text.