Quote:
Originally Posted by st_albert
Hello Luke!
… the component files of the epub are displayed in the order that they are put into the <spine...> section of content.opf, like this:
<spine toc="ncx">
<itemref idref="content005.xhtml"/>
<itemref idref="content002.xhtml"/>
<itemref idref="content004.xhtml"/>
<itemref idref="content003.xhtml"/>
<itemref idref="content001.xhtml"/>
</spine>
|
strange, strange, strange…
In all my files the spine is always correct and in the right order…
Why happens this in your environment?
In your opininion, are there some criteria to order the files in the order you get? I.E.: creation date, dimension or other?
Luke