Thread: Forgive me
View Single Post
Old 10-03-2018, 05:25 AM   #4
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,779
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Looks to me as if its treating every paragraph as a chapter, and that may overflow something. Have a look at the Structure detection settings, I would try setting the Detect chapters at (XPath expression): back to the factory defaults, which is:

Code:
//*[((name()='h1' or name()='h2') and re:test(., '\s*((chapter|book|section|part)\s+)|((prolog|prologue|epilogue)(\s+|$))', 'i')) or @class = 'chapter']
Added - Or maybe you styled every paragraph in Word as a Header 1 or 2, if so change them to Normal style


BR

Last edited by BetterRed; 10-03-2018 at 05:30 AM.
BetterRed is offline   Reply With Quote