Hi Jackie,
Here is what Calibre defaults to:
Detect chapters at (x path expression)
//*[((name()='h1' or name()='h2') and re:test(., '\s*((chapter|book|section|part)\s+)|((prolog|prol ogue|epilogue)(\s+|$))', 'i')) or @class = 'chapter']
and
Insert page breaks before (x path expression)
//*[name()='h1' or name()='h2']
Should I delete one of the / symbols?
|