Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 10:10 AM   #1
Daniele Giampà
Member
Daniele Giampà began at the beginning.
 
Daniele Giampà's Avatar
 
Posts: 19
Karma: 20
Join Date: Jan 2024
Location: London
Device: none
Pages are not visible

Hello community!

I have created a large work with InDesign, enriched with animations, and exported it as an EPUB3:
https://www.edgedpub.com/sample_work_4.php

I have edited the work on Sigil, and luckily, all the animations work fine.
However, I edited two pages, and they don't appear in the EPUB3 document.
These are the pages with the credits and the title page: credits.xhtml and titlepage.xhtml.

1) These two pages can't be seen in the EPUB3. When you open the document, you see the cover, and then you jump to the title.

2) EPUB-Cheker reads that these two files are not in the manifest and are not spine items. But I inserted them in the manifest and the spine.

3) Because of these two files, the entire TOC is shifted by 2 pages. For example, if you click on Title, which is on page 4, you go to Introduction, which is on page 6.

4) There are a few errors related to the fonts, but I think they are irrelevant.

I have created two different versions of the same EPUB3 document to test whether it works either way: version 02 includes the two files, and version 03 does not.

I don't see the error. The files are in the spine and the manifest.
I would be happy if somebody could help me sort this out.

Thank you.

Daniele
Daniele Giampà is offline   Reply With Quote
Old Yesterday, 12:28 PM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,743
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Manifest:

<item id="Tale_of_Tales_credits.xhtml" href="Tale_of_Tales_credits.xhtml" media-type="application/xhtml+xml"/>
<item id="Tale_of_Tales_titlepage.xhtml" href="Tale_of_Tales_titlepage.xhtml" media-type="application/xhtml+xml"/>

Spine:

<itemref idref="Tale_of_Tales_titlepage"/>
<itemref idref="Tale_of_Tales_credits"/>

You also might want to fix the many incorrect mime types and create fallback items for non core mime types, e.g. application/x-bplist and text/xml.
Doitsu is offline   Reply With Quote
Advert
Old Today, 10:14 AM   #3
Daniele Giampà
Member
Daniele Giampà began at the beginning.
 
Daniele Giampà's Avatar
 
Posts: 19
Karma: 20
Join Date: Jan 2024
Location: London
Device: none
Quote:
Originally Posted by Doitsu View Post
Manifest:

<item id="Tale_of_Tales_credits.xhtml" href="Tale_of_Tales_credits.xhtml" media-type="application/xhtml+xml"/>
<item id="Tale_of_Tales_titlepage.xhtml" href="Tale_of_Tales_titlepage.xhtml" media-type="application/xhtml+xml"/>

Spine:

<itemref idref="Tale_of_Tales_titlepage"/>
<itemref idref="Tale_of_Tales_credits"/>

You also might want to fix the many incorrect mime types and create fallback items for non core mime types, e.g. application/x-bplist and text/xml.
Thank you for the quick reply!

In Version 02, I wrote the code strings in the same way.

Manifest

610 <item id="Tale_of_Tales_credits.xhtml" href="Tale_of_Tales_credits.xhtml" media-type="application/xhtml+xml"/>
611 <item id="Tale_of_Tales_titlepage.xhtml" href="Tale_of_Tales_titlepage.xhtml" media-type="application/xhtml+xml"/>

Spine

619 <itemref idref="Tale_of_Tales_titlepage"/>
620 <itemref idref="Tale_of_Tales_credits"/>

And they are also present in the TOC:

13 <li><a href="Tale_of_Tales_titlepage.xhtml">Title page</a></li>
14<li><a href="Tale_of_Tales_credits.xhtml">Credits</a></li>

86 <li><a href="Tale_of_Tales_titlepage.xhtml">i</a></li>
87 <li><a href="Tale_of_Tales_credits.xhtml">ii</a></li>


I don't understand why EPUB-Checker doesn't find them. (screenshot attached)
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2025-09-02 at 15.05.55.png
Views:	10
Size:	198.1 KB
ID:	217842  
Daniele Giampà is offline   Reply With Quote
Old Today, 11:45 AM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,561
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
"Tale_of_Tales_credits.xhtml" is not the same as "Tale_of_Tales_credits".
Jellby is offline   Reply With Quote
Old Today, 11:54 AM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,911
Karma: 6120478
Join Date: Nov 2009
Device: many
Yes the spine uses idrefs to the files in the manifest. So the spine entries must exactly match the id specified in that manifest entry.

Next time use Sigil and its menus/tools to create the proper OPF and spine entries for you.
Then no need to hand edit the OPF.
KevinH is offline   Reply With Quote
Advert
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Jutoh, how to batch set pages to spread left and right pages? untracked ePub 19 01-20-2024 05:35 PM
Classic Split PDF pages into smaller pages (images into tiles) Astro Barnes & Noble NOOK 4 06-12-2020 10:56 AM
Detect if one or two pages are visible Barra ePub 0 09-02-2018 05:29 PM
PRS-T1 HTML to EPUB no word-wrap on some pages/missing pages of text SonyPRST1Reader Sony Reader 4 01-28-2016 08:40 AM
Turning Scanned PDFs with facing pages into single pages jimteacher Workshop 5 11-09-2009 02:59 PM


All times are GMT -4. The time now is 07:53 PM.


MobileRead.com is a privately owned, operated and funded community.