Quote:
Originally Posted by Evil Overlord
I think I'll try the UUID-generator site. In the case where this came up, I did try a bunch of things to make Sigil generate a new UUID, but they didn't work (perhaps because I don't have obfuscated fonts). I messed with the opf, but that seemed to make things worse.
|
Or another method: Create a new EPUB and just copy over the UUID into the template EPUB's content.opf + toc.ncx.
Then you could keep your template EPUB as a base, and don't have to do all that file reordering.
Quote:
Originally Posted by Evil Overlord
I finally just transferred all the files to a new EPUB, but reordering a bunch of files is tedious.
|
If you do this so often, you could also number your template files to keep them in sorted order when you "Add Existing Files":
Code:
00-cover.xhtml
01-titlepage.xhtml
02-copyright.xhtml
99-backmatter.xhtml
How many template files are we talking here?