Theducks
Checked a selection of files (backups not the re-converted ones) from oldest through to more recent - all open in Adobe, Firefox and Sony Reader Library.
Toxaris
I use the following in Calibre:
Look & Feel:
Remove spacing from para/Smarten Punctuation/Keep Ligatures/Left Align
+ Extra CSS h2, h3, h4, h5 { text-align: center }
Page Setup
Output Profile - Generic e-ink
Input Profile - Default input profile
Structure Detection
Detect Chapters:
//*[((name()='h2' or name()='h3') and re:test(., 'chapter|book|section|part|0|1|2|3|4|5|6|7|8|9\s+' , 'i')) or @class = 'chapter']
Remove first image - leave blank
Insert metadata - tick box
Insert Page Breaks:
either - //*[re:test(., "Chapter", "i")] or //h:h3 depending on structure of book
Table of Contents
Force use of
Level Toc: 1. //h:h2 2. //h:h3 3. //h:h4
Search & Replace
Usually just CHAPTER / Chapter
Epub Output
Preserve cover image
I have been using these settings for some time now with no problems, so I agree it is probably a Jtek issue, which at the moment I seem to have resolved.
I have reported the problem to Jtek, so will see what they respond with.
Again thanks for your interest Guys.
|