View Single Post
Old 04-08-2011, 12:41 AM   #7
adam_omega
Member
adam_omega began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jun 2009
Device: none
Quote:
Originally Posted by DaleDe View Post
Here is the workaround to keep your TOC

https://www.mobileread.com/forums/sho...d.php?t=117809

This is the first I have heard that the order of authors would be changed. Is it a predictable order that can be factored in when you add them?

Dale

I code author names into the "content.opf" by hand first. So it'll look like this...

Code:
        <dc:creator opf:role="aut" opf:file-as="ONE TWO (author), THREE FOUR (illustrator)">ONE TWO (author), THREE FOUR (illustrator)</dc:creator>

But when I run it through Sigil and save, it becomes this...

Code:
        <dc:creator opf:role="aut" opf:file-as="ONE TWO (author), THREE FOUR (illustrator)">THREE FOUR (illustrator), ONE TWO (author)</dc:creator>
...So I have to go back into the epub and manually switch the names so they're in the right order.

Last edited by adam_omega; 04-08-2011 at 12:47 AM.
adam_omega is offline   Reply With Quote