Quote:
Originally Posted by Toxaris
By default Calibre will cut the file based on the length instead of the chapters. Altough I have been told you can ask Calibre to do it per chapter. That is, if Calibre can determine the chapters...
|
That works when Calibre can determine it (via Xpath):
Code:
//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part\s+', 'i')) or @class = 'chapter']
or Chapter mark
There are oh-so-many ways to confuse this feature